Open npearson72 opened 3 years ago
Wondering if there's a way to configure it to minify all the files in the manifest?
Currently the popup.js file gets minified, but the background and content scripts do not. Example content script:
(function () { 'use strict'; console.log("CONTENT"); }());
Is there a way to pass terser configs to the plugin?
Wondering if there's a way to configure it to minify all the files in the manifest?
Currently the popup.js file gets minified, but the background and content scripts do not. Example content script:
Is there a way to pass terser configs to the plugin?