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

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