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
I get an deprecation warning when using this plugin with webpack 5.42.0:
compilation.cacheseems to be used multiple times withinloader.js:worker-plugin/src/loader.js
Lines 74 to 76 in 2225c95