Svg Sprite Webpack Plugin Versions Save

Webpack plugin for loading/extracting SVGs into a sprite file

1.0.3

7 years ago

Maintenance

  • Updated dependencies
    • svg-sprite-loader 0.2.0 -> 0.3.0
    • Also bumped dev dependencies for test running

1.0.2

7 years ago

Bugfixes

  • Added the -loader suffix back in for Webpack 2 support.

1.0.0

7 years ago

Basic functionality, split out from the private TodayTix web repo. Check out https://www.todaytix.com to see it in action!

1.0.1

7 years ago

Bugfixes

  • Fixed execution in Node 6 (use lodash.values instead of Object.values)