Open willdady opened 8 years ago
The default template renders
return ( ${svg}; );
However it should be:
return ( ${svg} );
The inner colon causes my build to fail in my webpack/babel setup.
The default template renders
However it should be:
The inner colon causes my build to fail in my webpack/babel setup.