Skip to content

Commit

Permalink
Enable mangle in rollup.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamghill committed Sep 27, 2020
1 parent 536f563 commit d7c5ba0
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 @@ -15,7 +15,7 @@ export default {
resolve(),
filesize(),
terser({
mangle: false,
mangle: true,
}),
commonjs({
}),
Expand Down

0 comments on commit d7c5ba0

Please sign in to comment.