Skip to content

Fix deprecation warning when running webpack

username-removed-636429 requested to merge fix-deprecation-warning into master

Resolves the following message that is present any time one runs yarn webpack or yarn karma:

DeprecationWarning: Chunk.modules is deprecated. Use Chunk.getNumberOfModules/mapModules/forEachModule/containsModule instead.

Merge request reports