GoogleChromeLabs / worker-plugin

👩‍🏭 Adds native Web Worker bundling support to Webpack.
https://npm.im/worker-plugin
Apache License 2.0
1.92k stars 79 forks source link

Deprecation warning with webpack 5.42.0 #106

Open DerZade opened 3 years ago

DerZade commented 3 years ago

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: https://github.com/GoogleChromeLabs/worker-plugin/blob/2225c95783cb8fbcfc7fe8660ab2b6b14e38d5df/src/loader.js#L74-L76

peteringram0 commented 3 years ago

Also getting this. Doesn't seem to be a fix on the horizon though.