We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Plugin works nicely for initial build, but breaks when some file is changed and webpack/webpack-serve is watching for changes.
This happens only when HardSourceWebpackPlugin is included.
HardSourceWebpackPlugin
ℹ 「hot」: webpack: Compiling Done ℹ 「wdm」: 1410 modules ℹ 「wdm」: Compiled successfully. ℹ 「hot」: webpack: Bundle Invalidated ℹ 「wdm」: Compiling... [hard-source:core] HardSourceWebpackPlugin is using 177 MB of disk space. ✖ 「wdm」: TypeError: Cannot read property 'call' of undefined at Object.exports.call (/Users/guns/oooo/node_modules/hard-source-webpack-plugin/lib/util/plugin-compat.js:170:17) at Proxy.run (/Users/guns/oooo/node_modules/hard-source-webpack-plugin/lib/SystemArchetype.js:184:20) at args (/Users/guns/oooo/node_modules/speed-measure-webpack-plugin/WrappedPlugin/index.js:52:19) at _fn7.then._result7 (eval at create (/Users/guns/oooo/node_modules/tapable/lib/HookCodeFactory.js:24:12), <anonymous>:51:1)
Also if I remove speed-measure-webpack-plugin, everything works fine. let me know if you need more info.
speed-measure-webpack-plugin
The text was updated successfully, but these errors were encountered:
Just realised there is already a issue for this - #44
Sorry, something went wrong.
Okay cool, thanks for raising @ganapativs :) I'll close this as a duplicate of #44
and try my best to find some time to raise a code fix for this!
No branches or pull requests
Plugin works nicely for initial build, but breaks when some file is changed and webpack/webpack-serve is watching for changes.
This happens only when
HardSourceWebpackPlugin
is included.Also if I remove
speed-measure-webpack-plugin
, everything works fine. let me know if you need more info.The text was updated successfully, but these errors were encountered: