webpack-contrib / svg-inline-loader

Inline SVG loader with cleaning-up functionality

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webpack@2 support

KidkArolis opened this issue · comments

I wonder if you know how webpack@2 support could be added, seems like it's erroring due to loader-utils not being available:

ERROR in ./~/icons/warning.svg
Module build failed: (SystemJS) ENOENT: no such file or directory, open '/Users/karolis/overview-ui/loader-utils'

Ah, I see loader-utils is just a regular npm dependency.

Hm, something dodgy is going on here with my setup / webpack@2..