Skip to content

v2.0.0

Choose a tag to compare

@macklinu macklinu released this 24 Jan 19:12
· 16 commits to master since this release
2cec66c

2.0.0 (2018-01-24)

Features

  • babel: add React preset to Babel configuration (#23) (2cec66c), closes #17

BREAKING CHANGES

  • babel: In order to properly support treeshaking in babel-preset-env's options, environment
    variables BUILD_ROLLUP and BUILD_TREESHAKE were added in order to explicitly support those features.
    As such, any projects using the mdu-scripts build script for Rollup builds will need to set
    BUILD_ROLLUP=true in their script command. For example:
BUILD_ROLLUP=true mdu-scripts build