Description:
In config.js comments reads "Enable and configure minifier options. Enable for production builds." but minify is missing from the default config.production.js. Would it be good to have good defaults and best practices encouraged in the default configuration or is there some reason minify is omitted?
I can do a PR for adding at least the very basic minify configuration (enabled: true) or maybe a better default configuration if someone more experienced could say what it would be.
Description:
In
config.jscomments reads "Enable and configure minifier options. Enable for production builds." but minify is missing from the defaultconfig.production.js. Would it be good to have good defaults and best practices encouraged in the default configuration or is there some reason minify is omitted?I can do a PR for adding at least the very basic minify configuration (
enabled: true) or maybe a better default configuration if someone more experienced could say what it would be.