JetBrains / svg-sprite-loader

Webpack loader for creating SVG sprites.
MIT License
2.01k stars 272 forks source link

Fix DEP_WEBPACK_DEPRECATION_ARRAY_TO_SET #431

Closed dmnsgn closed 3 years ago

dmnsgn commented 3 years ago

Convert Set to array before concat/filter.

What kind of change does this PR introduce? (bugfix, feature, docs update, improvement)

Handle deprecation.

Fix #430

What is the current behavior? (You can also link to an open issue here)

430

What is the new behavior (if this is a feature change)?

430

Does this PR introduce a breaking change?

Please check if the PR fulfills contributing guidelines