Skip to content

Commit

Permalink
Enable Rollup's generatedCode option
Browse files Browse the repository at this point in the history
  • Loading branch information
inukshuk committed Sep 24, 2021
1 parent 61c5a15 commit 403fd34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rollup.config.js
Expand Up @@ -73,6 +73,7 @@ export default [
output: {
dir: 'lib/browser',
format: 'cjs',
generatedCode: 'es2015',
sourcemap: false
},
preserveEntrySignatures: 'strict',
Expand Down Expand Up @@ -115,6 +116,7 @@ export default [
output: {
dir: 'lib',
format: 'cjs',
generatedCode: 'es2015',
sourcemap: true
},
preserveEntrySignatures: 'strict',
Expand Down

0 comments on commit 403fd34

Please sign in to comment.