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

Console output uses ANSI color escape sequences (`^[40m` etc) to prettify the results, but if the user provides a string value for the `outputTarget`, human-readable output is dumped to a...

The reason for the error is that when the version of mini-css-extract-plugin is greater than 1.3.5, when speed-measure-webpack-plugin is used, the title error will be reported webpack version: 5.27.2 webpack-cli...

![image](https://user-images.githubusercontent.com/26587649/110723815-9e03ab80-824f-11eb-893a-2b014f8b2ef7.png) "webpack": "^5.24.4", "webpack-cli": "^4.5.0", "speed-measure-webpack-plugin": "^1.4.2", Mac OS 11.2.3 node:v12.16.1 npm: 6.13.4

This fixes the issue from https://github.com/stephencookdev/speed-measure-webpack-plugin/issues/123 I am unsure how to create a jest test to get the deprecation warning to test this; please let me know if it is...

I found some plugins that causes errors while use with `speed-measure-webpack-plugin` #### Environment ``` "speed-measure-webpack-plugin": "1.4.2", "webpack": "5.21.2", "webpack-cli": "4.5.0", ``` #### Plugin: `"terser-webpack-plugin": "5.1.1"` Simple config to reproduce: ```js...

during start i can see that modules with no loaders is the most expensive part but i have no more detail about that, which are the modules without loader?: ```...

Hey there! This plugin is **awesome**, unfortunately it seems to break another fav plugin of mine, hard-source-webpack-plugin, that is currently the most effective caching layer Webpack has (including v4). First...

Here was my configuration: ``` const devPlugins = [ new webpack.HotModuleReplacementPlugin(), new ReactRefreshWebpackPlugin({ overlay: { sockIntegration: 'whm', }, }), new SpeedMeasurePlugin(); module.exports = smp.wrap({ entry: { main: isDev ? ['webpack-hot-middleware/client',...

As soon as I add the `smp.wrap(..)` around my webpack config, I am getting the following exception: ``` (node:29480) [DEP_WEBPACK_COMPILATION_NORMAL_MODULE_LOADER_HOOK] DeprecationWarning: Compilation.hooks.normalModuleLoader was moved to NormalModule.getCompilationHooks(compilation).loader [webpack-cli] TypeError: Cannot read...