@itera-web/cli 1.1.67 → 1.1.69

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.68 => 添加编译缓存
5
6
  - 1.1.65 => 引入排序加入 `iteraWeb` 包
6
7
  - 1.1.56 => 多页应用名字修改
7
8
  - 1.1.55 => 添加 rem 适配相关包
@@ -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
  ],
@@ -176,4 +177,10 @@ module.exports = {
176
177
  },
177
178
  },
178
179
  optimization: {},
180
+ cache: {
181
+ type: 'filesystem',
182
+ buildDependencies: {
183
+ config: [__filename]
184
+ }
185
+ }
179
186
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itera-web/cli",
3
- "version": "1.1.67",
3
+ "version": "1.1.69",
4
4
  "bin": {
5
5
  "itera-cli": "./bin/index.js"
6
6
  },