svg-sprite-loader
svg-sprite-loader copied to clipboard
Webpack loader for creating SVG sprites.
`svg-sprite-loader` uses `webpack` but doesn't declare it as a peer dependency, which generates warnings when using the Yarn Berry's PnP (plug and play) feature: ``` Error: svg-sprite-loader tried to access...
**Webpack 5! Is svg-sprite-loader compatible with Webpack 5?** I update my application from 4 to 5 webpack and seems sprite stop working properly. svg-sprite-loader is not generated symbol anymore, instead...
Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.7.7 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. v0.8.4 Small patch release to fix a circular dependency...
**Do you want to request a feature, report a bug or ask a question?** feature request **What is the current behavior?** importing my own spriteModule.js throws compilation errors. i think...
**Problem** In bundle with MiniCssExtractPlugin all path to backgrond-images on svg in styles replaced from sprite url to absolute path file system. There is an open same [issue](https://github.com/JetBrains/svg-sprite-loader/issues/294). The difference...
Is this a bug? In production mode html markup works fine but css file prints -> background: url(path/from/disk/to/file/mysvg.svg). It supposed to print: "sprite-467f4d.svg#mysvgid". In dev mode where i don't use...
- Node.js version: v12.14.0 - webpack version: ^5.11.0 - svg-sprite-loader version: ^5.2.1 - OS type & version: Mac OS Mojave (10.14.6) # Current output ``` dist/manifest.json dist/img/sprite.[hash].js dist/img/sprite.svg ``` #...
**Do you want to request a feature, report a bug or ask a question?** **What is the current behavior?** **What is the expected behavior?** **If the current behavior is a...
(node:27048) [DEP_WEBPACK_MODULE_ISSUER] DeprecationWarning: Module.issuer: Use new ModuleGraph API
**Do you want to request a feature, report a bug or ask a question?** **What is the current behavior?** (node:27048) [DEP_WEBPACK_MODULE_ISSUER] DeprecationWarning: Module.issuer: Use new ModuleGraph API **What is the...
**Do you want to request a feature, report a bug or ask a question?** I have a dependabot alert : ``` CVE-2021-23440 high severity Vulnerable versions: < 4.0.1 Patched version:...