Skip to content

4.0.0

Choose a tag to compare

@azu azu released this 13 Nov 07:11
· 21 commits to master since this release

Breaking Change/Features

Babel6 support (Fix #22 #21)

Babel 6 does not transform your code by default.
It means that you must set babel config by .babelrc file or babelrc option.

Example

A example that update to Babel 6 from Babel 5.