Oops, added production build of webpack.

This commit is contained in:
Douglas Muth 2020-01-15 19:50:35 -05:00
parent 3797819494
commit 31c8aef3b3

View file

@ -58,6 +58,7 @@ In summary:
- `webpack --watch --mode development` - Pack Javscript files
- `http-server`
- `npm test` - Make sure you didn't break any of the core logic!
- `webpack` - Pack Javscript files in production mode (smaller file but takes longer)
- `./go-sync-to-s3.sh` - Do this if you're me, to upload to S3. If you're not me, you'll need to do something else, or possibly nothing at all.