Use official Rollup plugin for Terser
Replace the third-party minification plugin with the one maintained by the Rollup developers.
Showing
... | ... | @@ -20,6 +20,7 @@ |
"@rollup/plugin-json": "^5.0.0", | ||
"@rollup/plugin-node-resolve": "^15.0.0", | ||
"@rollup/plugin-replace": "^5.0.0", | ||
"@rollup/plugin-terser": "^0.1.0", | ||
"@rollup/plugin-virtual": "^3.0.0", | ||
"@sentry/browser": "^7.1.1", | ||
"@sentry/cli": "^2.0.2", | ||
... | ... | @@ -89,7 +90,6 @@ |
"retry": "^0.13.1", | ||
"rollup": "^2.47.0", | ||
"rollup-plugin-string": "^3.0.0", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"sass": "^1.23.0", | ||
"scroll-into-view": "^1.8.2", | ||
"shallowequal": "^1.1.0", | ||
... | ... |
Please register or sign in to comment