@itera-web/cli 1.1.64 → 1.1.67

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.65 => 引入排序加入 `iteraWeb` 包
5
6
  - 1.1.56 => 多页应用名字修改
6
7
  - 1.1.55 => 添加 rem 适配相关包
7
8
  - 1.1.54 => `itera-cli update-projects` 多任务并发部署可视化选择 UI可拖拽
@@ -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',
@@ -21,7 +21,7 @@ var SortScriptTagPlugin = (function () {
21
21
  var $_1 = cheerio_1.default.load(baseHtmlContent, { decodeEntities: false });
22
22
  var srcTag = $_1('script');
23
23
  var scripts = srcTag.toArray().reverse();
24
- var priorityList_1 = ['react', 'main'];
24
+ var priorityList_1 = ['react', 'main', 'iteraWeb'];
25
25
  var priorityScripts_1 = {};
26
26
  priorityList_1.forEach(function (key) {
27
27
  priorityScripts_1[key] = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itera-web/cli",
3
- "version": "1.1.64",
3
+ "version": "1.1.67",
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",