From 4b87fca288233beacbaf77663f3adb02b277035c Mon Sep 17 00:00:00 2001 From: yushijinhun Date: Sat, 6 Jan 2018 19:42:51 +0800 Subject: [PATCH] use babel for .module.js build type --- tools/rollup.module.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" });