Skip to content

Commit 31a7aa6

Browse files
wording
1 parent 335bed7 commit 31a7aa6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

part1/example1/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ For example in the diagram above I had
8181
require('./styles.css')
8282
```
8383

84-
If I include [the css-loader](https://github.com/webpack/css-loader) in my webpack config, this is not only perfectly valid, but also will actually apply the CSS to my page.
84+
If I include [the style-loader](https://github.com/webpack/style-loader) and the [the css-loader](https://github.com/webpack/css-loader) in my webpack config, this is not only perfectly
85+
valid, but also will actually apply the CSS to my page.
8586

8687
This is just a single example of the many loaders you can use with webpack.

0 commit comments

Comments
 (0)