-
Notifications
You must be signed in to change notification settings - Fork 512
chunk.modules deprecated #494
Comments
same warning |
same warning here
|
Guys don't duplicate issues, we known about this, we do fix and release this asap |
(node:1266) DeprecationWarning: Chunk.modules is deprecated. Use Chunk.getNumberOfModules/mapModules/forEachModule/containsModule instead. Why this happening? |
@reactphoenix it's an internal deprecation warning from Webpack to extract text. Nothing to worry about. There is already an open pull request updating the methods in question |
Fixed in v3.0.0-rc.1 |
Im still seeing this on verision 3.6.0 |
Seeing this in webpack 3.8.1 |
@Brian-Kaplan It's not from extract-text I know |
DeprecationWarning: Chunk.modules is deprecated. Use Chunk.getNumberOfModules/mapModules/forEachModule/containsModule instead. Version: webpack 3.0.0-rc.1 Is there any solution? |
Seeing this in verision 3.10.0 |
Just a heads up, webpack master emits this warning for 2.1.0 -
Source of the issue: https://github.com/webpack-contrib/extract-text-webpack-plugin/blob/master/index.js#L268
The text was updated successfully, but these errors were encountered: