use babel for .module.js build type

This commit is contained in:
yushijinhun 2018-01-06 19:42:51 +08:00
parent c3c5863263
commit 4b87fca288
No known key found for this signature in database
GPG Key ID: 5BC167F73EA558E4
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import { buildType } from "./rollup-util";
export default buildType({
postfix: ".module",
babel: false,
babel: true,
uglify: false,
format: "es"
});