-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incompatibility with some other webpack plugins #160
Comments
Having the same issue with
|
because |
Yep, same issue with |
Same issue with const HtmlWebpackPlugin = require("html-webpack-plugin")
const SpeedMeasurePlugin = require("speed-measure-webpack-plugin")
const smp = new SpeedMeasurePlugin()
module.exports = smp.wrap({
plugins: [
new HtmlWebpackPlugin(),
],
})
|
And with
|
We found that this plugin is incompatible with html-inline-script-webpack-plugin, but only when used with webpack-dev-server. I left some debug notes here |
I found some plugins that causes errors while use with
speed-measure-webpack-plugin
Environment
Plugin:
"terser-webpack-plugin": "5.1.1"
Simple config to reproduce:
Plugin:
"compression-webpack-plugin": "7.1.2"
Simple config to reproduce:
Also I noticed similar problems in #155 and #149 with
html-webpack-plugin
,favicons-webpack-plugin
, andcopy-webpack-plugin
Could anybody explain, on what side we should fix it?
Here in speed-measure-webpack-plugin?
Or it's better to create issues in these plugins' repos and fix it there?
The text was updated successfully, but these errors were encountered: