You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,10 @@ A loader for webpack which transforms CSS files into JS module.
19
19
The `css-loader` interprets `@import` and `url()` like `import/require()` and will resolve them.
20
20
21
21
Good loaders for requiring your assets are the [file-loader](https://github.com/webpack/file-loader)
22
-
and the [url-loader](https://github.com/webpack/url-loader) which you should specify in your config (see [below](https://github.com/webpack-contrib/css-loader#assets)).
22
+
and the [url-loader](https://github.com/webpack/url-loader) which you should specify
23
+
in your config (see [below](https://github.com/webpack-contrib/css-loader#assets)).
24
+
25
+
> ⚠️ **CSS Module users should continue using `v1.0.0` in the meantime**
0 commit comments