Skip to content

v9.0.0

Choose a tag to compare

@uglow uglow released this 28 Dec 05:41

<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 --compress flag for serve:prod:http command (397759dc)

Breaking Changes

  • The webpack.config.js file has been changed to export a function instead of an object. You will need to change the last line from module.exports = config; to module.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)