@itera-web/cli 1.1.54 → 1.1.56

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,8 @@
2
2
 
3
3
  支持构建`React TS公共组件`、`项目的本地调试`、`打包发布`
4
4
 
5
+ - 1.1.56 => 多页应用名字修改
6
+ - 1.1.55 => 添加 rem 适配相关包
5
7
  - 1.1.54 => `itera-cli update-projects` 多任务并发部署可视化选择 UI可拖拽
6
8
  - 1.1.42 => 排序插件优化 main.js 和 react.js
7
9
  - 1.1.40 => `itera-cli build --split` 设置打包分析端口号
@@ -67,7 +67,7 @@ module.exports = {
67
67
  },
68
68
  plugins: [
69
69
  new html_webpack_plugin_1.default({
70
- filename: 'base.html',
70
+ filename: 'index.html',
71
71
  template: resolve('public/base.html'),
72
72
  hash: true,
73
73
  minify: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itera-web/cli",
3
- "version": "1.1.54",
3
+ "version": "1.1.56",
4
4
  "bin": {
5
5
  "itera-cli": "./bin/index.js"
6
6
  },
@@ -25,6 +25,7 @@
25
25
  "@types/inquirer": "^9.0.9",
26
26
  "@types/node-fetch": "^2.6.13",
27
27
  "@types/npmlog": "^7.0.0",
28
+ "@types/postcss-pxtorem": "^6.1.0",
28
29
  "@types/uglify-js": "^3.17.5",
29
30
  "@types/webpack-bundle-analyzer": "^4.7.0",
30
31
  "@types/yargs": "^17.0.33",
@@ -55,6 +56,7 @@
55
56
  "@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
56
57
  "@trivago/prettier-plugin-sort-imports": "^3.3.0",
57
58
  "@types/webpack-env": "^1.18.4",
59
+ "amfe-flexible": "^2.2.1",
58
60
  "autoprefixer": "^10.4.21",
59
61
  "babel-loader": "^8.2.5",
60
62
  "basic-ftp": "^5.0.5",
@@ -80,6 +82,7 @@
80
82
  "p-limit": "^3.1.0",
81
83
  "postcss": "^8.5.3",
82
84
  "postcss-loader": "^6.2.1",
85
+ "postcss-pxtorem": "^6.1.0",
83
86
  "react-refresh": "^0.14.0",
84
87
  "sass": "^1.51.0",
85
88
  "sass-loader": "16.0.4",