svg-sprite-loader
svg-sprite-loader copied to clipboard
Webpack loader for creating SVG sprites.
**Do you want to request a feature, report a bug or ask a question?** Question **What is the current behavior?** `svg-sprite-loader` seems to override `@svgr/webpack` as both export a module...
I'm trying to generate multiple sprites, without having to write different loader rules: for our project we want to have a directory with individual SVG icons — but that might...
Trying to use webpack 5 with Next.js & svg-sprite-loader with extract, I receive the following error: `rawRule.use is not iterable` It's this code here that is causing the issue: https://github.com/JetBrains/svg-sprite-loader/blob/839f8786e94e3afc3edbb6533ec8f7e3c25c969e/lib/utils/get-matched-rule-5.js...
**Do you want to request a feature, report a bug or ask a question?** A bug/question **What is the current behavior?** Looks like svg-sprite-loader using with sprite loader plugin in...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
I try to use Laravel Mix (v5.0.4) and extend it with SVG sprite loader to generate SVG sprite. I have the following folder structure: ``` resources/ images/ image.jpg sass/ app.scss...
**Do you want to request a feature, report a bug or ask a question?** Report a bug **What is the current behavior?** After upgrading to `v4.1.6`, calling `sprite.stringify()` returns no...
**What is the current behavior?** If user has Storybook of version 6.2 and newer, and if user has it configured to use Webpack 5, there will be two Webpack versions...
The first time I open a server rendered page, `require('svg-sprite-loader/runtime/sprite.build')` doesn't contain the individual SVG sprites (the `symbols` array is empty) but only the container (`.stringify()` outputs ``) If I...
I try to use loader in my project, but it broke all SVG images: some of them bigger, some of them changed position, color, lose some parts... Partially it's because...