Skip to content

Commit

Permalink
build: terser config update
Browse files Browse the repository at this point in the history
  • Loading branch information
Anidetrix committed Dec 26, 2020
1 parent 7516247 commit 06b9b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default [
configFile: false,
presets: [["@babel/preset-env", { modules: false, targets: { ie: "8" } }]],
}),
terser({ output: { comments: false }, ie8: true, safari10: true }),
terser({ format: { comments: false }, ie8: true, safari10: true }),
],
},
// Declaration
Expand Down

0 comments on commit 06b9b96

Please sign in to comment.