v0.7.0
Breaking Changes
- use babel 7.
- no more need to install
babel-node
to global. - implemented tree shaking.
- setting
exclude
ofbabel-loader
is removed, insteadinclude
takes place, please set target path you want to transpile through babel-loader.