Browse Source

minify script

Gildas 5 years ago
parent
commit
ba4c09198f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rollup.config.js

+ 1 - 1
rollup.config.js

@@ -94,7 +94,7 @@ export default [{
 		file: "dist/web/editor/editor-helper-web.js",
 		format: "umd",
 		name: "singlefile",
-		plugins: []
+		plugins: [terser()]
 	}]
 }, {
 	input: ["extension/lib/single-file/browser-polyfill/chrome-browser-polyfill.js"],