bensampaio / external-svg-sprite-loader

A webpack loader and plugin that generate SVG sprites out of a collection of SVG files used in your JS and CSS files
MIT License
62 stars 24 forks source link

It doesn't work with webpack 5 cache=filesystem #126

Open EShebunin opened 2 years ago

EShebunin commented 2 years ago

It doesn't work with webpack 5 cache=filesystem. It works on first run, but after webpack restarted it doesn't work. (just serves index.html instead of sprite.svg)