You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.
Webpack 4 still uses uglifyjs-webpack-plugin if mode: "production" right?
If so... see problem here...
Not sure if this is a Webpack/uglifyjs issue or an issue with the package that has the duplicate license info showing. (I have also opened an issue with them to investigate).
In the bundled file, no other third party scripts are adding the license info twice.
I thought it was maybe because the "classnames" package has license info in index.js, bind.js & dedupe.js. However, I ruled this out after adding a test change in the copyright text in only index.js and the change was showing on both license comments in the bundle.
Webpack 4 still uses
uglifyjs-webpack-plugin
ifmode: "production"
right?If so... see problem here...
Not sure if this is a Webpack/uglifyjs issue or an issue with the package that has the duplicate license info showing. (I have also opened an issue with them to investigate).
In the bundled file, no other third party scripts are adding the license info twice.
I thought it was maybe because the "classnames" package has license info in
index.js
,bind.js
&dedupe.js
. However, I ruled this out after adding a test change in the copyright text in onlyindex.js
and the change was showing on both license comments in the bundle.Webpack: v4.8.3
NPM: v5.6.0
Node: v8.1.1
webpack.config.js
The text was updated successfully, but these errors were encountered: