Last active
March 28, 2018 19:11
-
-
Save moltar/d63b90f2e8be252dff26f4b99b3c6103 to your computer and use it in GitHub Desktop.
demo svg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
test: /\.svg$/, | |
use: [ | |
'svg-sprite-loader' | |
// lossless SVG optimization | |
// 'svg-fill-loader', | |
// 'svgo-loader' | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment