Skip to content

Commit 6cb05c9

Browse files
committed
📝 fix example 4
1 parent aaf7f83 commit 6cb05c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

part1/example4/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Earlier in the tutorial I mentioned [loaders](#loaders). These will help us require non-js files in
22
our code. In this case, the only loader we will need is the css loader. First we need to install the loader:
33

4-
npm install --save-dev css-loader
4+
npm install --save-dev style-loader css-loader
55

66
Now that it's installed we can tweak our config to include the css loader:
77

0 commit comments

Comments
 (0)