-
-
Notifications
You must be signed in to change notification settings - Fork 608
Closed
Description
Hy,
I am webpack 2.6 and css-loader 0.28.4. With the simple configuration as in the docs
test: /\.css?$/, use: [{ loader: "style-loader" }, { loader: "css-loader" } ]
i am getting only the error message "cannog find module './test.css'. I am importing it as stated in the docs
import style from './test.css';
can anyone help?
Metadata
Metadata
Assignees
Labels
No labels