utiller 1.0.393 → 1.0.394
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1129,7 +1129,7 @@ var NodeUtiller = /*#__PURE__*/function (_Utiller) {
|
|
|
1129
1129
|
release = _this7.persistByPath(_path4["default"].join(path, "release"));
|
|
1130
1130
|
/** 利用babel 產生出 es5相容性高的src file */
|
|
1131
1131
|
_context13.next = 8;
|
|
1132
|
-
return _this7.executeCommandLine("cd ".concat(path, " &&
|
|
1132
|
+
return _this7.executeCommandLine("cd ".concat(path, " && babel ./temp --out-dir ./release/lib --config-file ./babel.config.js"));
|
|
1133
1133
|
case 8:
|
|
1134
1134
|
pathOfPackageJson = _path4["default"].join(path, "package.json");
|
|
1135
1135
|
_context13.prev = 9;
|
package/package.json
CHANGED