bensampaio / external-svg-sprite-loader

A webpack loader and plugin that generate SVG sprites out of a collection of SVG files used in your JS and CSS files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deprecation warning for chunk.files in webpack 5

thasmo opened this issue · comments

This line triggers a deprecation warning in webpack 5:

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

@thasmo thank you for reporting this issue. I created a PR that should fix this: #71. Could you check if you still get this warning when using my changes?