From 11965ca603b9dc9cae1f963f817404b9bca20ba8 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 24 Aug 2020 22:05:43 +0000 Subject: [PATCH] add note on installing webpack-cli and webpack@next --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3221df4..58a8e84 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,10 @@ Keypairs.generate().then(function (pair) { ```bash npm install --save-dev webpack@5 +# Or, if webpack 5 is still in beta: npm install --save-dev webpack@next + +npm install --save-dev webpack-cli + npx webpack ls dist/ ```