Skip to content

v1.2.2

Choose a tag to compare

@egoist egoist released this 23 Dec 10:37
· 228 commits to master since this release

Breaking changes

  • The filename of output file no longer defaults to pkg.name, since we now support multi entry files, the default value of filename is [name][suffix].js.

New features

  • Support Babel by default, just set js: 'babel' or use CLI flag --js babel.
  • Support shebang.
  • Support async/await flow in Buble.

Enhancements

  • Better .vue .css support

For more details check out the new API page.