Skip to content

Commit b9b0b42

Browse files
committed
complete fixing typo
1 parent d9eae77 commit b9b0b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export default [
9999
input: 'index.js',
100100
//external: ['escodegen', 'esprima'],
101101
output: [
102-
{ file: pkg.csj, format: 'cjs' },
102+
{ file: pkg.cjs, format: 'cjs' },
103103
{ file: pkg.module, format: 'es' }
104104
],
105105
plugins: [

0 commit comments

Comments
 (0)