diff --git a/tools/rollup.module.js b/tools/rollup.module.js index 0b4f534..359afc3 100644 --- a/tools/rollup.module.js +++ b/tools/rollup.module.js @@ -1,7 +1,7 @@ import { buildType } from "./rollup-util"; export default buildType({ postfix: ".module", - babel: false, + babel: true, uglify: false, format: "es" });