svg-sprite-loader icon indicating copy to clipboard operation
svg-sprite-loader copied to clipboard

Webpack loader for creating SVG sprites.

Results 113 svg-sprite-loader issues
Sort by recently updated
recently updated
newest added

**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...

wait for reply

**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...

![image](https://user-images.githubusercontent.com/23610300/51236851-2529a180-19ae-11e9-9855-0a6772b65c76.png) How to resolve this problem

Hello! ![default](https://user-images.githubusercontent.com/13464697/43880181-0091020e-9bb0-11e8-8916-2adce7559fa5.png) 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...

wait for reply

_Originally posted by @kisenka in https://github.com/kisenka/svg-sprite-loader/issues/177#issuecomment-322746564_