From 06b9b9643ca11ef07490190fa62f2e0c39b06dcc Mon Sep 17 00:00:00 2001 From: Anton Kudryavtsev Date: Sun, 27 Dec 2020 00:52:42 +0300 Subject: [PATCH] build: terser config update --- rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rollup.config.js b/rollup.config.js index cc9604ef..248bd3b2 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -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