minifying option
complete
noraj
Feature:
Adding a new param in the config file to choose if we want to minify the code during building or not.
Motivation:
Code is always minified so he is ugly and unreadable.
Unminified code is not a problem for low traffic websites where the bandwidth will not be a problem if serving unminified code.
Pitch:
See motivation. Reading the optional param in the config file, instead of blindly minifying.
Alexey Pyltsyn
complete
It is available since v2.0.0-alpha.50.
Endilie Yacop Sucipto
Alternatively, we can pass through CLI flag as well. eg: --no-minify