JetBrains / svg-sprite-loader

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

fix(loader): Test webpack version in get-matched-rule #462

Closed protango closed 3 years ago

protango commented 3 years ago

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)

461

What is the new behavior (if this is a feature change)? Checks webpack version in get-matched-rule to ensure we're targeting the correct webpack version.

Does this PR introduce a breaking change? No

Please check if the PR fulfills contributing guidelines

d3x42 commented 3 years ago

Unfortuanality in this repo we trying to get rid of versions checks and check functionality availability.