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";
|
||||
export default buildType({
|
||||
postfix: ".module",
|
||||
babel: false,
|
||||
babel: true,
|
||||
uglify: false,
|
||||
format: "es"
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue