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

I want to use a hashed version of my SVG sprite file in production for cache invalidation. We are using the `webpack-assets-plugin` to be able to map an asset name...

**Do you want to request a feature, report a bug or ask a question?** Ask **What is the current behavior?** Browser Error **What is the expected behavior?** Render svg icon...

Appending is more friendly to seo and has less impact to the current dom.

**Do you want to request a feature, report a bug or ask a question?** Bug **What is the current behavior?** `spriteModule` does not resolve if including SVG from another NPM...

Error: Module build failed (from ./node_modules/svg-sprite-loader/lib/loader.js): InvalidSvg: svg-sprite-loader exception. module.exports = __webpack_public_path__ + "static/media/admin.5268f502.svg"; at Object.loader (/Users/xiefeng/gitlab-hz/my/react-antd-admin/node_modules/svg-sprite-loader/lib/loader.js:30:11) i want to know why? my webpack.config.js configuration { test: /\.svg$/, loader: require.resolve('svg-sprite-loader'),...

**Do you want to request a feature, report a bug or ask a question?** Bug **What is the current behavior?** publicPath was added to output file path of sprite.svg **What...

**What kind of change does this PR introduce? (bugfix, feature, docs update, improvement)** bugfix **What is the current behavior? (You can also link to an open issue here)** publicPath used...

I've got a question: In my current setup, I'm usinkg svg-sprite-loader to extract all svgs in an external file, which I'm loading in my website via an ajax-request. However, if...

question
wait for reply

**Do you want to request a feature, report a bug or ask a question?** Ask a question **What is the current behavior?** SVGs get extracted and injected into my template,...

question
wait for reply

**Do you want to request a feature, report a bug or ask a question?** Question **What is the current behavior?** I noticed that there is a new library named [extract-svg-sprite-webpack-plugin](https://github.com/JetBrains/svg-mixer/tree/master/packages/extract-svg-sprite-webpack-plugin)....