webpack-merge-and-include-globally
webpack-merge-and-include-globally copied to clipboard
Fix Webpack 5 deprecation warning: Chunk.files is now a Set
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)