We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d568624 commit 73c0494Copy full SHA for 73c0494
README.md
@@ -49,7 +49,7 @@ With a config like:
49
50
``` javascript
51
loaders: [
52
- { test: /\.css/, loader: "style-loader!css-loader?root=." },
+ { test: /\.css$/, loader: "style-loader!css-loader?root=." },
53
...
54
]
55
```
0 commit comments