webpack-merge-and-include-globally icon indicating copy to clipboard operation
webpack-merge-and-include-globally copied to clipboard

Fix Webpack 5 deprecation warning: Chunk.files is now a Set

Open LeSuisse opened this issue 4 years ago • 0 comments

This contribution solves the deprecation warning caused by the transformation into a Set of Chunk.files in Webpack 5.

The warning should not been visible anymore

[DEP_WEBPACK_DEPRECATION_ARRAY_TO_SET_PUSH] DeprecationWarning: chunk.files was changed from Array to Set (using Array method 'push' is deprecated)

LeSuisse avatar Mar 18 '21 10:03 LeSuisse