Skip to content

Commit a38344d

Browse files
w3appsmichael-ciniawsky
authored andcommittedFeb 28, 2018
docs(README): add example install instructions for dependencies (#517)
1 parent db01033 commit a38344d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎README.md

+4
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ as [`peerDependency`](https://docs.npmjs.com/files/package.json#peerdependencies
3434

3535
Chain the sass-loader with the [css-loader](https://github.com/webpack-contrib/css-loader) and the [style-loader](https://github.com/webpack-contrib/style-loader) to immediately apply all styles to the DOM.
3636

37+
```bash
38+
npm install style-loader css-loader --save-dev
39+
```
40+
3741
```js
3842
// webpack.config.js
3943
module.exports = {

0 commit comments

Comments
 (0)
Please sign in to comment.