speed-measure-webpack-plugin icon indicating copy to clipboard operation
speed-measure-webpack-plugin copied to clipboard

⏱ See how fast (or not) your plugins and loaders are, so you can optimise your builds

Results 79 speed-measure-webpack-plugin issues
Sort by recently updated
recently updated
newest added

Getting webpack deprecation warning on v1.3.3 & webpack v5.0.0-beta.17: ``` [DEP_WEBPACK_COMPILATION_NORMAL_MODULE_LOADER_HOOK] DeprecationWarning: Compilation.hooks.normalModuleLoader was moved to NormalModule.getCompilationHooks(compilation).loader ``` It's occuring right here: `node_modules/speed-measure-webpack-plugin/WrappedPlugin/index.js:148:19` Maybe because every available webpack hook is...

if my project have both 'configureWebpack' and 'chainWebpack', how can i make it work ` configureWebpack: { name: name, devtool: process.env.NODE_ENV === 'development' ? 'eval-cheap-source-map' : false, }, chainWebpack: config...

When i use style-loader, webpack throw errors ![image](https://user-images.githubusercontent.com/39261479/177138259-220f3742-c04e-49a0-b979-ba8a11d0c939.png)

Webpack 5 fails as soon as I `smp.wrap()` my config, with the following error: ``` ERROR in ..../Error.scss Module build failed (from ../../node_modules/mini-css-extract-plugin/dist/loader.js): Error: You forgot to add 'mini-css-extract-plugin' plugin...

How to install this plugin in laravel mix?

If you wrap your webpack config with this plugin, the fast refresh will be broken and gives you this as error: ```js Uncaught TypeError: can't access property "runtime", __webpack_require__.$Refresh$ is...

```jsx Error: No module factory available for dependency type: ModuleHotAcceptDependency at addDependency (/app/node_modules/webpack/lib/Compilation.js:800:12) at iterationOfArrayCallback (/app/node_modules/webpack/lib/Compilation.js:208:3) at addDependenciesBlock (/app/node_modules/webpack/lib/Compilation.js:816:5) at Compilation.processModuleDependencies (/app/node_modules/webpack/lib/Compilation.js:827:4) at afterBuild (/app/node_modules/webpack/lib/Compilation.js:954:15) at processTicksAndRejections (internal/process/task_queues.js:79:11) ```

`speed-measure-webpack-plugin` is a Great plugin which helped me a lot. I appreciate all the effort and hard work that the author and contributors put into.❤️ However, It seems that @stephencookdev...

Several plugins I have tried to use alongside this plugin break when webpack starts an incremental build after a code change. The issue seems to be that all the hooks...