-
-
Notifications
You must be signed in to change notification settings - Fork 609
Closed
Labels
Description
I'm trying to import normalize.css from the node_modules
directory. When I have the default configuration it works as expected.
@import "~normalize.css/normalize.css";
When I enable css-modules I get a webpack compilation error:
Module not found: Error: Can't resolve '~normalize.css/normalize.css'
Is this expected behaviour or a bug?
I'm using:
- css-loader: 0.26.2
- webpack: 2.2.1
johangirod, satiewaltz, apexskier, CitySim, lhnrd and 4 more