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
I get an deprecation warning when using this plugin with webpack 5.42.0:
[DEP_WEBPACK_COMPILATION_CACHE] DeprecationWarning: Compilation.cache was removed in favor of Compilation.getCache()
compilation.cache seems to be used multiple times within loader.js:
compilation.cache
loader.js
worker-plugin/src/loader.js
Lines 74 to 76 in 2225c95
The text was updated successfully, but these errors were encountered:
Also getting this. Doesn't seem to be a fix on the horizon though.
I get an deprecation warning when using this plugin with webpack 5.42.0:
compilation.cache
seems to be used multiple times withinloader.js
:worker-plugin/src/loader.js
Lines 74 to 76 in 2225c95
The text was updated successfully, but these errors were encountered: