Fix deprecation warning when running webpack

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

Loading