svg-sprite-loader icon indicating copy to clipboard operation
svg-sprite-loader copied to clipboard

Webpack 5 cache=filesystem

Open ianberdin opened this issue 3 years ago • 2 comments

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)

    cache: {
      type: 'filesystem',
    },
image

ianberdin avatar Feb 18 '22 13:02 ianberdin

@ianberdin Hi, I encounterd the same problem, have you solved this?

BowenZ avatar Jun 14 '22 03:06 BowenZ

Nope. I made a super dirty hack: load rendered sprite on development.

ianberdin avatar Aug 10 '22 07:08 ianberdin