@itera-web/cli 1.1.68 → 1.1.70

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.
package/README.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  支持构建`React TS公共组件`、`项目的本地调试`、`打包发布`
4
4
 
5
+ - 1.1.70 => 兼容Linux
5
6
  - 1.1.68 => 添加编译缓存
6
7
  - 1.1.65 => 引入排序加入 `iteraWeb` 包
7
8
  - 1.1.56 => 多页应用名字修改
@@ -61,7 +61,7 @@ var log_1 = require("../../public/log");
61
61
  var public_1 = require("../../public/public");
62
62
  var sign_1 = require("../../public/sign");
63
63
  var update_version_1 = require("../../public/update-version");
64
- (0, child_process_1.execSync)('chcp 65001');
64
+ process.platform === 'win32' && (0, child_process_1.execSync)('chcp 65001');
65
65
  var rootPath = (_a = store_1.mainData.runtimePath) !== null && _a !== void 0 ? _a : '';
66
66
  var coreAppPath = (_b = store_1.mainData.updateConfig.configPath.coreAppPath) !== null && _b !== void 0 ? _b : '';
67
67
  var coreProPath = (_c = store_1.mainData.updateConfig.configPath.coreProPath) !== null && _c !== void 0 ? _c : '';
@@ -151,6 +151,7 @@ module.exports = {
151
151
  options: {
152
152
  configFile: util_js_1.default.getBabelConfigPath(runtimePath),
153
153
  cacheDirectory: true,
154
+ cacheCompression: false,
154
155
  },
155
156
  },
156
157
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itera-web/cli",
3
- "version": "1.1.68",
3
+ "version": "1.1.70",
4
4
  "bin": {
5
5
  "itera-cli": "./bin/index.js"
6
6
  },
Binary file