v2.0.0
2.0.0 (2018-01-24)
Features
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 themdu-scripts buildscript for Rollup builds will need to set
BUILD_ROLLUP=truein their script command. For example:
BUILD_ROLLUP=true mdu-scripts build