Skip to content

Commit cf4edf4

Browse files
committed
Update Terser
1 parent de599aa commit cf4edf4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"prettier": "2.0.5",
4646
"rimraf": "3.0.2",
4747
"rollup": "^2.11.2",
48-
"rollup-plugin-terser": "5.3.0",
48+
"rollup-plugin-terser": "^6.1.0",
4949
"rollup-plugin-typescript2": "^0.27.1",
5050
"typescript": "^3.9.3"
5151
},

rollup.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ function config({ format, minify, input, ext = "js" }) {
2727
}),
2828
minify
2929
? terser({
30-
sourcemap: true,
3130
compress: true,
3231
mangle: true,
3332
})

0 commit comments

Comments
 (0)