change to webpack hint to mode=production

Este commit está contenido en:
AJ ONeal 2020-08-24 22:27:00 +00:00
padre 11965ca603
commit 2e74219361
Se han modificado 1 ficheros con 3 adiciones y 2 borrados

Ver fichero

@ -149,8 +149,9 @@ npm install --save-dev webpack@5
npm install --save-dev webpack-cli npm install --save-dev webpack-cli
npx webpack npx webpack --mode=production
ls dist/
ls dist/main.js
``` ```
## API Overview ## API Overview