Skip to content

Commit 73c0494

Browse files
committed
fixed wrong example
1 parent d568624 commit 73c0494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ With a config like:
4949

5050
``` javascript
5151
loaders: [
52-
{ test: /\.css/, loader: "style-loader!css-loader?root=." },
52+
{ test: /\.css$/, loader: "style-loader!css-loader?root=." },
5353
...
5454
]
5555
```

0 commit comments

Comments
 (0)