From b9b0b42a9f7d51e5bcdb08c3faf9846c6066d802 Mon Sep 17 00:00:00 2001 From: PWhiddy Date: Fri, 8 Sep 2023 12:19:53 -0400 Subject: [PATCH] complete fixing typo --- rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: [