bud.mode
Specify if a build is being run in a production
or development
context.
bud.mode will always be either production
or development
.
When running bud.js using the cli:
- bud build production will always run in
production
. - bud build development will always run in
development
.