We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
filesystem
Describe the bug Enabling filesystem cache breaks the plugin (https://webpack.js.org/configuration/cache/). First run is OK but the second one doesn’t output anything.
First run
asset sprite.svg 829 bytes [emitted] modules by path modules by path ./icons/ 191 bytes ./icons/icon1.svg 100 bytes [built] [code generated] ./icons/blogs/icon2.svg 91 bytes [built] [code generated]
Second run — not even output to the console
To Reproduce Steps to reproduce the behavior:
cache: { type: 'filesystem', }
Expected behavior Icons compile when cache is used
Additional context All other svg sprite loaders I tried also suffer from this issue, so not sure how fixable this is.
The text was updated successfully, but these errors were encountered:
@patrikholcak Hi. Thank you for your feedback. Please try version 2.2.1.
Sorry, something went wrong.
You are on fire mate 🔥
Successfully merging a pull request may close this issue.
Describe the bug
Enabling
filesystem
cache breaks the plugin (https://webpack.js.org/configuration/cache/). First run is OK but the second one doesn’t output anything.First run
Second run — not even output to the console
To Reproduce
Steps to reproduce the behavior:
cache: { type: 'filesystem', }
to your webpack configExpected behavior
Icons compile when cache is used
Additional context
All other svg sprite loaders I tried also suffer from this issue, so not sure how fixable this is.
The text was updated successfully, but these errors were encountered: