Webpack 5 Warning
tm1000 opened this issue · 4 comments
tm1000 commented
Warning from Webpack 5: (node:71) [DEP_WEBPACK_CHUNK_MODULES_ITERABLE] DeprecationWarning: Chunk.modulesIterable: Use new ChunkGraph API
Ref:
webpack-deadcode-plugin/src/detect.js
Line 49 in 7112836
Nantris commented
Anyone know how to update the code to fix this?
Nantris commented
It looks like the code is already trying to check for whether it's running in Webpack 5 or not. I'm guessing isWebpack5
isn't evaluating to true
when it should.
Some context on what working code might look like: https://stackoverflow.com/a/64809829
MQuy commented