svg-sprite-loader
svg-sprite-loader copied to clipboard
Webpack loader for creating SVG sprites.
When I use this with webpack-manifest-plugin, my manifest ends up like so: With these options: ``` { extract: true, spriteFilename: 'sprites.svg', } ``` I get: ``` { "Museo300-Regular-webfont.woff": "2646113a1f5c5ca4728b05d88b276e1e.woff", "hero-sample.jpg":...
**Do you want to request a feature, report a bug or ask a question?** Report a bug **What is the current behavior?** This error is thrown: ``` TypeError: Unable to...
**Do you want to request a feature, report a bug or ask a question?** Not sure if I'm doing anything wrong or if it's a bug... I've built an Aurelia...
I was wondering if this package could handle treeshake? and just sprite svg files which presented after webpack tree shake apply?! @kisenka
**Do you want to request a feature, report a bug or ask a question?** Question **What is the current behavior?** In my nuxt project, spritesheet is generated on the client...
** environment:** - Node.js version: v12.12.0 - webpack version: 4.36.1 - svg-sprite-loader version: 4.2.1 - OS type & version: 10.12.6 "next-optimized-images": "^2.5.5",
Code in [template.ejs](https://github.com/JetBrains/svg-sprite-loader/blob/2019115151723d98e80f14d806e2f518ee9c6191/examples/interop-with-html-webpack-plugin/template.ejs) not working with html-webpack-plugin v4.3.0, but working with v3.2.0. ``` ``` - Node.js version: 12.16.1 - webpack version: 4.43.0 - svg-sprite-loader version: 5.0.0 - OS type &...
- Node.js version: 10 - webpack version: "^4.41.0", - svg-sprite-loader version:"^4.1.6",
The following Webpack loaders/pluging are used in our project – - CopyPlugin – To copy all the assets to the build folder - File Loader – To Resolve import/require() on...
**Do you want to request a feature, report a bug or ask a question?** Question **What is the current behavior?** Not producing correct braces order. **What is the expected behavior?**...