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 aaf7f83 commit 6cb05c9Copy full SHA for 6cb05c9
part1/example4/README.md
@@ -1,7 +1,7 @@
1
Earlier in the tutorial I mentioned [loaders](#loaders). These will help us require non-js files in
2
our code. In this case, the only loader we will need is the css loader. First we need to install the loader:
3
4
- npm install --save-dev css-loader
+ npm install --save-dev style-loader css-loader
5
6
Now that it's installed we can tweak our config to include the css loader:
7
0 commit comments