diff --git a/rollup.config.js b/rollup.config.js index 759b5b5..c1e01ea 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -99,7 +99,7 @@ export default [ input: 'index.js', //external: ['escodegen', 'esprima'], output: [ - { file: pkg.csj, format: 'cjs' }, + { file: pkg.cjs, format: 'cjs' }, { file: pkg.module, format: 'es' } ], plugins: [