svg-inline-loader
svg-inline-loader copied to clipboard
Added options to define export format
Hello, there.
As I'm using ES6 imports but transpile my output to ES5, I encounter the .default
phenomenon.
I fixed this by providing config flags, I just copied the option from html-loader and added some custom tests.
Equivalent to https://github.com/webpack-contrib/html-loader#export-formats
Regards!