JetBrains / svg-sprite-loader

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

fix(utils): account for rule property "mimetype" #459

Closed jpvanhal closed 3 years ago

jpvanhal commented 3 years ago

In Webpack 5, a new property "mimetype" was added to the rule definition, which must be accounted for in the rule set.

Fixes #458.

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

Bugfix

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

See #458.

Does this PR introduce a breaking change?

No.

d3x42 commented 3 years ago

Should be fixed by https://github.com/JetBrains/svg-sprite-loader/pull/460