Skip to main content
5 events
when toggle format what by license comment
Jan 24, 2023 at 19:35 comment added Rick Mohr @AndrewKoster, you have to npm install terser-webpack-plugin --save-dev and const TerserPlugin = require("terser-webpack-plugin"); (from webpack.js.org/plugins/terser-webpack-plugin)
Jan 19, 2023 at 1:29 comment added Andrew Koster @KrisztiánBalla No one should be trying to decompile a minified file to figure out what the licensing model of the software is. The whole point of a minified file is to deliver the minimum amount of code.
Jan 19, 2023 at 1:25 comment added Andrew Koster This gives the error [webpack-cli] ReferenceError: TerserPlugin is not defined.
Nov 17, 2022 at 9:30 comment added Krisztián Balla Note: extractComments: false will omit the creation of a separate LICENSE file and terserOptions.format.comments: false will also remove the comments from the bundled output. Using both of these probably violates the license you are using.
Oct 18, 2021 at 13:37 history answered Sámal Rasmussen CC BY-SA 4.0