-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Description
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
:
Lines 74 to 76 in 2225c95
if (compilation.cache) { | |
if (!compilation.cache[subCache]) compilation.cache[subCache] = {}; | |
compilation.cache = compilation.cache[subCache]; |
Metadata
Metadata
Assignees
Labels
No labels