use babel for .module.js build type
This commit is contained in:
parent
c3c5863263
commit
4b87fca288
|
|
@ -1,7 +1,7 @@
|
||||||
import { buildType } from "./rollup-util";
|
import { buildType } from "./rollup-util";
|
||||||
export default buildType({
|
export default buildType({
|
||||||
postfix: ".module",
|
postfix: ".module",
|
||||||
babel: false,
|
babel: true,
|
||||||
uglify: false,
|
uglify: false,
|
||||||
format: "es"
|
format: "es"
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue