This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Description
Is your feature request related to a problem? Please describe.
Webpack has two modes - development and production. Currently they are switched on automatically based on the --env.uglify option, however it seems much more convenient to set it based on the --release flag.
Describe the solution you'd like
When --release is passed - set the mode to production. When it is not - set it to development.
Describe alternatives you've considered
None
Additional context
None