@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
|
@@ -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.
|
|
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",
|