change to webpack hint to mode=production

This commit is contained in:
AJ ONeal 2020-08-24 22:27:00 +00:00
parent 11965ca603
commit 2e74219361
1 changed files with 3 additions and 2 deletions

View File

@ -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