JetBrains / svg-sprite-loader

Webpack loader for creating SVG sprites.
MIT License
2.02k stars 270 forks source link

Use publicPath only for html plugin case #360

Open warmrobot opened 4 years ago

warmrobot commented 4 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) publicPath used as prefix for local sprite path

What is the new behavior (if this is a feature change)? publicPath will not prefixed local sprite path

Does this PR introduce a breaking change? yes Please check if the PR fulfills contributing guidelines

warmrobot commented 4 years ago

358 fix