From 7c77986a07cd7848378fca6db68ca4b5fa57acca Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Mon, 27 Aug 2018 21:34:43 -0400 Subject: [PATCH] Update Webpack.md --- Webpack.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Webpack.md b/Webpack.md index 7d17a89..2fd8b2a 100755 --- a/Webpack.md +++ b/Webpack.md @@ -46,6 +46,8 @@ We can now run: ./node_modules/.bin/webpack js/index.js -o dist/bundle.js ``` +If given the option, tell `npm` to install `webpack-cli` + Create a basic HTML file (`index.html`): ```html