JetBrains / svg-sprite-loader

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

`oneOf` and `rules` compositions of rule support #333

Closed zaycker closed 5 years ago

zaycker commented 5 years ago

see #rule-oneof and #rule-rules

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) it doesn't support oneOf and rules composition of loader (see https://webpack.js.org/configuration/module/#rule-oneof and https://webpack.js.org/configuration/module/#rule-rules)

What is the new behavior (if this is a feature change)? it supports oneOf and rules compositions

Does this PR introduce a breaking change? no

Please check if the PR fulfills contributing guidelines

kisenka commented 5 years ago

@zaycker huge thanks for your PR, released in svg-sprite-loader@4.1.4