From 2e742193611d88faafef69351f2f63776b46796f Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 24 Aug 2020 22:27:00 +0000 Subject: [PATCH] change to webpack hint to mode=production --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 58a8e84..799dfb9 100644 --- a/README.md +++ b/README.md @@ -149,8 +149,9 @@ npm install --save-dev webpack@5 npm install --save-dev webpack-cli -npx webpack -ls dist/ +npx webpack --mode=production + +ls dist/main.js ``` ## API Overview