Skip to content

Commit

Permalink
Don't force generated code to be ES5 in rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
diskdance committed Apr 13, 2024
1 parent 35deb67 commit 5e54cd5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export default defineConfig({
amd: {
id: 'HanAssist',
},
generatedCode: 'es5', // Keep in sync with tsconfig.json
inlineDynamicImports: true,
banner: readFileSync('./assets/intro.js').toString(),
footer: readFileSync('./assets/outro.js').toString(),
Expand Down

0 comments on commit 5e54cd5

Please sign in to comment.