Webpack@2 support
KidkArolis opened this issue · 1 comments
KidkArolis commented
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'
KidkArolis commented
Ah, I see loader-utils
is just a regular npm dependency.
Hm, something dodgy is going on here with my setup / webpack@2..