svg-sprite-loader

Webpack loader for creating SVG sprites. (by kisenka)

Svg-sprite-loader Alternatives

Similar projects and alternatives to svg-sprite-loader

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better svg-sprite-loader alternative or higher similarity.

svg-sprite-loader reviews and mentions

Posts with mentions or reviews of svg-sprite-loader. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-05-07.
  • SVG Icon System for vue cli 3
    3 projects | dev.to | 7 May 2021
    /* vue.config.js */ module.exports = { pluginOptions: { svgSprite: { /* * The directory containing your SVG files. */ dir: 'src/assets/icons', /* * The reqex that will be used for the Webpack rule. */ test: /\.(svg)(\?.*)?$/, /* * @see https://github.com/kisenka/svg-sprite-loader#configuration */ loaderOptions: { extract: true, spriteFilename: 'img/icons.svg' // or 'img/icons.svg' if filenameHashing == false }, /* * @see https://github.com/kisenka/svg-sprite-loader#configuration */ pluginOptions: { plainSprite: true } } }, chainWebpack: config => { config.module .rule('svg-sprite') .use('svgo-loader') .loader('svgo-loader') } }

Stats

Basic svg-sprite-loader repo stats
1
2,008
2.7
6 months ago

Sponsored
Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com