JetBrains / svg-sprite-loader

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

Change higher versions of webpack to default to at least be webpack 4 syntax instead of webpack 1/2 #384

Closed 719media closed 4 years ago

719media commented 4 years ago

Default webpack case to be webpack 4 syntax instead of webpack 1/2

kisenka commented 4 years ago

@719media looks like this PR is not actual due to v4.2.6, where detecting webpack version was dropped in favour of detecting features.