npm vue-svg-loader 0.5.0
v0.5.0

latest releases: 0.17.0-beta.2, 0.17.0-beta.1, 0.17.0-beta.0...
6 years ago
  • Upgraded svgo to v1.0.4 (#13, #16)
  • Removed useless svgo config
  • Refactored compiler code - render function is not using with statement anymore (#18)
  • Changed how imported SVG file path can be retrieved, which helped simplify code a bit (#14)
import TestIcon from 'icons/test.svg';

// This will display an absolute path to the icon above
console.log(TestIcon.toString());

Don't miss a new vue-svg-loader release

NewReleases is sending notifications on new releases.