Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webpack 5 cache=filesystem #481

Open
ianberdin opened this issue Feb 18, 2022 · 2 comments
Open

Webpack 5 cache=filesystem #481

ianberdin opened this issue Feb 18, 2022 · 2 comments

Comments

@ianberdin
Copy link

ianberdin commented Feb 18, 2022

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

@BowenZ
Copy link

BowenZ commented Jun 14, 2022

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

@ianberdin
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants