speed-measure-webpack-plugin
speed-measure-webpack-plugin copied to clipboard
⏱ See how fast (or not) your plugins and loaders are, so you can optimise your builds
Message: Error: TypeError: Cannot read property 'tap' of undefined Stack: Error: Error: TypeError: Cannot read property 'tap' of undefined at ForkTsCheckerNotifierWebpackPlugin.apply (/Users/mfrankel/Workspace/amplify-dashboard/webapp/node_modules/fork-ts-checker-notifier-webpack-plugin/index.js:65:23) at WrappedPlugin.apply (/Users/mfrankel/Workspace/amplify-dashboard/webapp/node_modules/speed-measure-webpack-plugin/WrappedPlugin/index.js:277:29) at webpack (/Users/mfrankel/Workspace/amplify-dashboard/webapp/node_modules/webpack/lib/webpack.js:47:13) at Gulp....
The project I'm working with is utilizing the dojo-webpack-plugin and when running with the speed-measure-webpack-plugin, I get the following error during the build: ``` C:\myapp\node_modules\webpack-plugin-compat\lib\pluginCompatV4.js:124 throw new Error(`No hook for...
does it make sense to also show the memory consumption of each plugin?
Loaders such as css-loader w/ ExtractTextPlugin etc. can have confusing multiple / duplicate outputs. This is completely expected (as mentioned in https://github.com/stephencookdev/speed-measure-webpack-plugin/issues/47) - but is confusing. It would be good...
Currently we only report info on aggregate loader groups But we can get per-loader timing info with a bit more work
It can be quite hard to compare at a glance some of the output, and this is definitely the sort of thing that a swish ux would help with An...
 I use it like this, but the result is not be showed in terminal.
env: [email protected]+ [email protected] vue-loader@15+ when add speed measure-webpack-plugin to webpack config,Error in ./src/App.vue Module Error from ./node_modules/vue-loader/lib/index.js: vue-loader was used without the corresponding plugin.Make sure to include VueLoaderPlugin in your...
Supports webpack5 and mini-css-extract-plugin, with the following 3 changes: 1. Cancel proxy for the parameters of the `tap/tapAsync/tapPromise` function, as mini-css-extract-plugin will use the `compilation` parameter passed to the tap...
Update based on @rising-entropy's PR It is working with at lease `"webpack": "5.74.0",`