You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mercury-parser/rollup.config.js

7 lines
136 B
JavaScript

export default {
// entry: 'index.js',
entry: 'src/index.js'
format: 'cjs',
dest: 'dist/bundle.js' // equivalent to --output
};