@itera-web/cli 1.1.65 → 1.1.68

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 适配相关包
@@ -144,6 +144,7 @@ module.exports = {
144
144
  {
145
145
  test: jsRegex,
146
146
  exclude: moduleRegex,
147
+ include: [resolve('src')],
147
148
  use: [
148
149
  {
149
150
  loader: 'babel-loader',
@@ -175,4 +176,10 @@ module.exports = {
175
176
  },
176
177
  },
177
178
  optimization: {},
179
+ cache: {
180
+ type: 'filesystem',
181
+ buildDependencies: {
182
+ config: [__filename]
183
+ }
184
+ }
178
185
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itera-web/cli",
3
- "version": "1.1.65",
3
+ "version": "1.1.68",
4
4
  "bin": {
5
5
  "itera-cli": "./bin/index.js"
6
6
  },
@@ -26,6 +26,7 @@
26
26
  "@types/node-fetch": "^2.6.13",
27
27
  "@types/npmlog": "^7.0.0",
28
28
  "@types/postcss-pxtorem": "^6.1.0",
29
+ "@types/speed-measure-webpack-plugin": "^1.3.6",
29
30
  "@types/uglify-js": "^3.17.5",
30
31
  "@types/webpack-bundle-analyzer": "^4.7.0",
31
32
  "@types/yargs": "^17.0.33",