v1.2.2
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/awaitflowin Buble.
Enhancements
- Better
.vue.csssupport
For more details check out the new API page.