svg-sprite-loader
svg-sprite-loader copied to clipboard
Webpack loader for creating SVG sprites.
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) ```js cache: { type: 'filesystem',...
I am facing ``` ERROR in ./client/assets/section3_illustration.svg Module parse failed: C:\xampp\htdocs\regmern\client\assets\section3_illustration.svg Unexpected token (1:0) You may need an appropriate loader to handle this file type. | |
**Do you want to request a feature, report a bug or ask a question?** Bug **What is the current behavior?** In my environment I am using monorepo with some package...
I am using vite but vite does not seem to have webpack.
**Do you want to request a feature, report a bug or ask a question?** report a bug **What is the current behavior?** Always get sprite.svg filename **What is the expected...
**What kind of change does this PR introduce? (bugfix, feature, docs update, improvement)** docs update **What is the current behavior? (You can also link to an open issue here)** svg-baker-runtime...
**Do you want to request a feature, report a bug or ask a question?** Security issue. **What is the current behavior?** The package postcss versions before 7.0.36 or between 8.0.0...
Is there a way to set role, focusable and other attributes to root svg sprite tag without extracting?
- webpack version: 4.41 - svg-sprite-loader version: 4.15 Hi, I have a small question. How can I add additional attributes to parent SVG tag, that covers all svg symbols. Based...
**Do you want to request a feature, report a bug or ask a question?** Bug **What is the current behavior?** Outputed JS file from webpack build contains error in `toString`...