Add webpack-cli to getting started guide

This commit is contained in:
Jesús Darío
2018-03-19 17:35:38 +01:00
committed by Nicolas Gallagher
parent a7cda988ef
commit 8fb9a88ee6

View File

@@ -155,7 +155,7 @@ using [Webpack](https://webpack.js.org) and [Babel](https://babeljs.io/).
Install webpack-related dependencies, for example:
```
yarn add --dev babel-loader url-loader webpack webpack-dev-server
yarn add --dev babel-loader url-loader webpack webpack-cli webpack-dev-server
```
Create a `web/webpack.config.js` file: