Skip to content

Commit 9ad887e

Browse files
committed
fix: enable terser for code minification in rollup configuration
1 parent af7bef3 commit 9ad887e

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
@@ -20,7 +20,7 @@ export default [
2020
babel({
2121
extensions: [".ts"],
2222
}),
23-
// terser(),
23+
terser(),
2424
cleanup(),
2525
],
2626
},

0 commit comments

Comments
 (0)