We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 70771dc + 3a7f360 commit b5edd42Copy full SHA for b5edd42
README.md
@@ -17,7 +17,7 @@ var css = require("css!./file.css");
17
Good loaders for requiring your assets are the [file-loader](https://github.com/webpack/file-loader)
18
and the [url-loader](https://github.com/webpack/url-loader) which you should specify in your config (see below).
19
20
-To be combatible to existing css files:
+To be compatible with existing css files:
21
* `url(image.png)` => `require("./image.png")`
22
* `url(~module/image.png)` => `require("module/image.png")`
23
0 commit comments