Skip to content

Conversation

@LeSuisse
Copy link

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)

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

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)
```

[0] https://webpack.js.org/blog/2020-10-10-webpack-5-release/#arrays-to-sets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant