v9.0.0
<a name"9.0.0">
9.0.0 (2016-12-28)
Features
- build: make webpack config more flexible by exporting a function (8e422569)
- server: add
--compressflag forserve:prod:httpcommand (397759dc)
Breaking Changes
- The
webpack.config.jsfile has been changed to export a function instead of an object. You will need to change the last line frommodule.exports = config;tomodule.exports.mergeConfig = mergeConfig;. This change allows the prod/dev/test configs to inject some metadata into this file, allowing them to be simpler and have more control over the output.
ISSUES CLOSED:
#101
(8e422569)