svg-sprite-loader
svg-sprite-loader copied to clipboard
Webpack loader for creating SVG sprites.
**What is the current behavior?** loader config: ``` use: [ 'babel-loader', { loader: 'svg-sprite-loader', options: { symbolId: 'icon-[name]', extract: true, spriteFilename: '[chunkname].svg', publicPath: '/icon/', runtimeGenerator: path.resolve('src/components/icon/svg-to-vue-component'), runtimeOptions: { iconModule: 'src/components/icon/component'...
**Do you want to request a feature, report a bug or ask a question?** Bug **What is the current behavior?** Files not extracted **What is the expected behavior?** Files extracted...
I use svg-sprite-loader (last version) in a react app with extrac: true option. The process build generates the files excactly where I want it. Similar like this: https://github.com/doug2k1/react-svg-icon My problem...
Hi! I can integrate svg sprite loader with Webpack 4 but i can't integrate with CRA. **What is the current behavior?** > Invalid configuration object. Webpack has been initialised using...
**Question** **What is the current behavior?** SVG images come into build path in "export" format **What is the expected behavior?** SVG's in raw format included svgo's optimization So question is...
**Do you want to request a feature, report a bug or ask a question?** report a bug **What is the current behavior?** As the title describes, below is generate codes...
**Do you want to request a feature, report a bug or ask a question?** Report a bug. **What is the current behavior?** When using 4.1.3 and Webpack 4.28.4 I run...
 How to resolve this problem
Hello!  I see this in my css-files after processing. How to fix it? node v10.8.0 npm v6.2.0 svg-sprite-loader v3.8.0 or any other The project is big, I tried to...
_Originally posted by @kisenka in https://github.com/kisenka/svg-sprite-loader/issues/177#issuecomment-322746564_