mirror of
https://github.com/postlight/mercury-parser
synced 2024-11-05 12:00:13 +00:00
7 lines
136 B
JavaScript
7 lines
136 B
JavaScript
export default {
|
|
// entry: 'index.js',
|
|
entry: 'src/index.js'
|
|
format: 'cjs',
|
|
dest: 'dist/bundle.js' // equivalent to --output
|
|
};
|