v0.5.0
- Upgraded
svgo
to v1.0.4 (#13, #16) - Removed useless
svgo
config - Refactored compiler code -
render
function is not usingwith
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());