@flatjs/evolve 2.1.0-next.7 → 2.1.0-next.9
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/helpers/split-to-multi-compiler.js +1 -1
- package/package.json +11 -9
- package/templates/html-plugin/index-dev.html +2 -2
- package/templates/html-plugin/index-inte.html +2 -2
- package/templates/html-plugin/index-inte2.html +2 -2
- package/templates/html-plugin/index-inte3.html +2 -2
- package/templates/html-plugin/index-inte4.html +2 -2
- package/templates/html-plugin/index-me.html +2 -2
- package/templates/html-plugin/index-prod.html +2 -2
- package/templates/html-plugin/index-rc.html +2 -2
- package/templates/html-plugin/index-uat.html +2 -2
- package/templates/module.html +2 -2
@@ -1 +1 @@
|
|
1
|
-
import{join}from"path";import{mergeOptions}from"@flatjs/common";import{devReactFastRefresh}from"../constants.js";import{normalizeEvolveEntryName}from"./normalize-entry-map.js";export function splitToMultiCompilerConfigs(e,t,
|
1
|
+
import{dirname,join}from"path";import{searchPackageDir}from"@armit/package";import{mergeOptions,requireResolve}from"@flatjs/common";import{devReactFastRefresh}from"../constants.js";import{normalizeEvolveEntryName}from"./normalize-entry-map.js";export function splitToMultiCompilerConfigs(e,r,t,o=!1){const a=[];for(const[r,o]of Object.entries(e)){const e=normalizeEvolveEntryName(r,t.projectVirtualPath);a.push({[e]:o.entry})}return a.map((e=>{const t=Object.keys(e)[0];if(o){const r=join(t,devReactFastRefresh.reactRefreshSetup),o=requireResolve(import.meta.url,"@pmmmwh/react-refresh-webpack-plugin"),a=searchPackageDir({cwd:dirname(o)});if(!a)throw new Error("react-refresh-webpack-plugin package directory not found");e[r]=[join(a,"/client/ReactRefreshEntry.js")]}return mergeOptions(r,{name:t,entry:e})}))}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@flatjs/evolve",
|
3
|
-
"version": "2.1.0-next.
|
3
|
+
"version": "2.1.0-next.9",
|
4
4
|
"license": "MIT",
|
5
5
|
"type": "module",
|
6
6
|
"exports": {
|
@@ -35,18 +35,18 @@
|
|
35
35
|
},
|
36
36
|
"dependencies": {
|
37
37
|
"@armit/babel-merge": "^0.1.5",
|
38
|
-
"@armit/config-loader": "^0.1.
|
38
|
+
"@armit/config-loader": "^0.1.7",
|
39
39
|
"@armit/file-utility": "^0.1.4",
|
40
40
|
"@armit/git": "^0.1.4",
|
41
41
|
"@armit/package": "^0.1.5",
|
42
42
|
"@armit/worker-threads": "^0.1.4",
|
43
43
|
"@babel/core": "7.24.3",
|
44
|
-
"@flatjs/babel-plugin-import": "2.1.0-next.
|
45
|
-
"@flatjs/common": "2.1.0-next.
|
46
|
-
"@flatjs/evolve-preset-babel": "2.1.0-next.
|
47
|
-
"@flatjs/forge-postcss-plugin-pixel": "2.1.0-next.
|
48
|
-
"@flatjs/graph": "2.1.0-next.
|
49
|
-
"@flatjs/mock": "2.1.0-next.
|
44
|
+
"@flatjs/babel-plugin-import": "2.1.0-next.4",
|
45
|
+
"@flatjs/common": "2.1.0-next.3",
|
46
|
+
"@flatjs/evolve-preset-babel": "2.1.0-next.3",
|
47
|
+
"@flatjs/forge-postcss-plugin-pixel": "2.1.0-next.3",
|
48
|
+
"@flatjs/graph": "2.1.0-next.5",
|
49
|
+
"@flatjs/mock": "2.1.0-next.5",
|
50
50
|
"@pmmmwh/react-refresh-webpack-plugin": "0.5.11",
|
51
51
|
"@types/babel__core": "7.20.5",
|
52
52
|
"babel-loader": "9.1.3",
|
@@ -80,13 +80,15 @@
|
|
80
80
|
},
|
81
81
|
"devDependencies": {
|
82
82
|
"@armit/eslint-config-bases": "^0.1.5",
|
83
|
-
"@
|
83
|
+
"@dimjs/model-react": "1.2.3",
|
84
|
+
"@flatjs/testing": "2.1.0-next.3",
|
84
85
|
"@swc/core": "1.4.11",
|
85
86
|
"@types/express": "4.17.21",
|
86
87
|
"@types/listr": "0.14.9",
|
87
88
|
"@types/node": "20.12.2",
|
88
89
|
"@vitest/coverage-istanbul": "1.4.0",
|
89
90
|
"@vitest/ui": "1.4.0",
|
91
|
+
"@wove/react": "1.2.23",
|
90
92
|
"eslint": "8.57.0",
|
91
93
|
"imagemin-gifsicle": "7.0.0",
|
92
94
|
"imagemin-jpegtran": "7.0.0",
|
@@ -45,7 +45,7 @@
|
|
45
45
|
<% } %>
|
46
46
|
<% if (headBeforeScripts) { %>
|
47
47
|
<% for (let index = 0; index < headBeforeScripts.length; index++) { %>
|
48
|
-
<script
|
48
|
+
<script src="<%= headBeforeScripts[index]%>"></script>
|
49
49
|
<% } %>
|
50
50
|
<% } %>
|
51
51
|
</head>
|
@@ -54,7 +54,7 @@
|
|
54
54
|
<div id="app"></div>
|
55
55
|
<% if (bodyAfterScripts) { %>
|
56
56
|
<% for (let index = 0; index < bodyAfterScripts.length; index++) { %>
|
57
|
-
<script
|
57
|
+
<script src="<%= bodyAfterScripts[index]%>"></script>
|
58
58
|
<% } %>
|
59
59
|
<% } %>
|
60
60
|
</body>
|
@@ -45,7 +45,7 @@
|
|
45
45
|
<% } %>
|
46
46
|
<% if (headBeforeScripts) { %>
|
47
47
|
<% for (let index = 0; index < headBeforeScripts.length; index++) { %>
|
48
|
-
<script
|
48
|
+
<script src="<%= headBeforeScripts[index]%>"></script>
|
49
49
|
<% } %>
|
50
50
|
<% } %>
|
51
51
|
</head>
|
@@ -54,7 +54,7 @@
|
|
54
54
|
<div id="app"></div>
|
55
55
|
<% if (bodyAfterScripts) { %>
|
56
56
|
<% for (let index = 0; index < bodyAfterScripts.length; index++) { %>
|
57
|
-
<script
|
57
|
+
<script src="<%= bodyAfterScripts[index]%>"></script>
|
58
58
|
<% } %>
|
59
59
|
<% } %>
|
60
60
|
</body>
|
@@ -45,7 +45,7 @@
|
|
45
45
|
<% } %>
|
46
46
|
<% if (headBeforeScripts) { %>
|
47
47
|
<% for (let index = 0; index < headBeforeScripts.length; index++) { %>
|
48
|
-
<script
|
48
|
+
<script src="<%= headBeforeScripts[index]%>"></script>
|
49
49
|
<% } %>
|
50
50
|
<% } %>
|
51
51
|
</head>
|
@@ -54,7 +54,7 @@
|
|
54
54
|
<div id="app"></div>
|
55
55
|
<% if (bodyAfterScripts) { %>
|
56
56
|
<% for (let index = 0; index < bodyAfterScripts.length; index++) { %>
|
57
|
-
<script
|
57
|
+
<script src="<%= bodyAfterScripts[index]%>"></script>
|
58
58
|
<% } %>
|
59
59
|
<% } %>
|
60
60
|
</body>
|
@@ -45,7 +45,7 @@
|
|
45
45
|
<% } %>
|
46
46
|
<% if (headBeforeScripts) { %>
|
47
47
|
<% for (let index = 0; index < headBeforeScripts.length; index++) { %>
|
48
|
-
<script
|
48
|
+
<script src="<%= headBeforeScripts[index]%>"></script>
|
49
49
|
<% } %>
|
50
50
|
<% } %>
|
51
51
|
</head>
|
@@ -54,7 +54,7 @@
|
|
54
54
|
<div id="app"></div>
|
55
55
|
<% if (bodyAfterScripts) { %>
|
56
56
|
<% for (let index = 0; index < bodyAfterScripts.length; index++) { %>
|
57
|
-
<script
|
57
|
+
<script src="<%= bodyAfterScripts[index]%>"></script>
|
58
58
|
<% } %>
|
59
59
|
<% } %>
|
60
60
|
</body>
|
@@ -45,7 +45,7 @@
|
|
45
45
|
<% } %>
|
46
46
|
<% if (headBeforeScripts) { %>
|
47
47
|
<% for (let index = 0; index < headBeforeScripts.length; index++) { %>
|
48
|
-
<script
|
48
|
+
<script src="<%= headBeforeScripts[index]%>"></script>
|
49
49
|
<% } %>
|
50
50
|
<% } %>
|
51
51
|
</head>
|
@@ -54,7 +54,7 @@
|
|
54
54
|
<div id="app"></div>
|
55
55
|
<% if (bodyAfterScripts) { %>
|
56
56
|
<% for (let index = 0; index < bodyAfterScripts.length; index++) { %>
|
57
|
-
<script
|
57
|
+
<script src="<%= bodyAfterScripts[index]%>"></script>
|
58
58
|
<% } %>
|
59
59
|
<% } %>
|
60
60
|
</body>
|
@@ -45,7 +45,7 @@
|
|
45
45
|
<% } %>
|
46
46
|
<% if (headBeforeScripts) { %>
|
47
47
|
<% for (let index = 0; index < headBeforeScripts.length; index++) { %>
|
48
|
-
<script
|
48
|
+
<script src="<%= headBeforeScripts[index]%>"></script>
|
49
49
|
<% } %>
|
50
50
|
<% } %>
|
51
51
|
</head>
|
@@ -54,7 +54,7 @@
|
|
54
54
|
<div id="app"></div>
|
55
55
|
<% if (bodyAfterScripts) { %>
|
56
56
|
<% for (let index = 0; index < bodyAfterScripts.length; index++) { %>
|
57
|
-
<script
|
57
|
+
<script src="<%= bodyAfterScripts[index]%>"></script>
|
58
58
|
<% } %>
|
59
59
|
<% } %>
|
60
60
|
</body>
|
@@ -45,7 +45,7 @@
|
|
45
45
|
<% } %>
|
46
46
|
<% if (headBeforeScripts) { %>
|
47
47
|
<% for (let index = 0; index < headBeforeScripts.length; index++) { %>
|
48
|
-
<script
|
48
|
+
<script src="<%= headBeforeScripts[index]%>"></script>
|
49
49
|
<% } %>
|
50
50
|
<% } %>
|
51
51
|
</head>
|
@@ -54,7 +54,7 @@
|
|
54
54
|
<div id="app"></div>
|
55
55
|
<% if (bodyAfterScripts) { %>
|
56
56
|
<% for (let index = 0; index < bodyAfterScripts.length; index++) { %>
|
57
|
-
<script
|
57
|
+
<script src="<%= bodyAfterScripts[index]%>"></script>
|
58
58
|
<% } %>
|
59
59
|
<% } %>
|
60
60
|
</body>
|
@@ -45,7 +45,7 @@
|
|
45
45
|
<% } %>
|
46
46
|
<% if (headBeforeScripts) { %>
|
47
47
|
<% for (let index = 0; index < headBeforeScripts.length; index++) { %>
|
48
|
-
<script
|
48
|
+
<script src="<%= headBeforeScripts[index]%>"></script>
|
49
49
|
<% } %>
|
50
50
|
<% } %>
|
51
51
|
</head>
|
@@ -54,7 +54,7 @@
|
|
54
54
|
<div id="app"></div>
|
55
55
|
<% if (bodyAfterScripts) { %>
|
56
56
|
<% for (let index = 0; index < bodyAfterScripts.length; index++) { %>
|
57
|
-
<script
|
57
|
+
<script src="<%= bodyAfterScripts[index]%>"></script>
|
58
58
|
<% } %>
|
59
59
|
<% } %>
|
60
60
|
</body>
|
@@ -45,7 +45,7 @@
|
|
45
45
|
<% } %>
|
46
46
|
<% if (headBeforeScripts) { %>
|
47
47
|
<% for (let index = 0; index < headBeforeScripts.length; index++) { %>
|
48
|
-
<script
|
48
|
+
<script src="<%= headBeforeScripts[index]%>"></script>
|
49
49
|
<% } %>
|
50
50
|
<% } %>
|
51
51
|
</head>
|
@@ -54,7 +54,7 @@
|
|
54
54
|
<div id="app"></div>
|
55
55
|
<% if (bodyAfterScripts) { %>
|
56
56
|
<% for (let index = 0; index < bodyAfterScripts.length; index++) { %>
|
57
|
-
<script
|
57
|
+
<script src="<%= bodyAfterScripts[index]%>"></script>
|
58
58
|
<% } %>
|
59
59
|
<% } %>
|
60
60
|
</body>
|
package/templates/module.html
CHANGED
@@ -56,7 +56,7 @@
|
|
56
56
|
|
57
57
|
<% if (headBeforeScripts) { %>
|
58
58
|
<% for (let index = 0; index < headBeforeScripts.length; index++) { %>
|
59
|
-
<script
|
59
|
+
<script src="<%= headBeforeScripts[index]%>"></script>
|
60
60
|
<% } %>
|
61
61
|
<% } %>
|
62
62
|
</head>
|
@@ -75,7 +75,7 @@
|
|
75
75
|
<% } %>
|
76
76
|
<% if (bodyAfterScripts) { %>
|
77
77
|
<% for (let index = 0; index < bodyAfterScripts.length; index++) { %>
|
78
|
-
<script
|
78
|
+
<script src="<%= bodyAfterScripts[index]%>"></script>
|
79
79
|
<% } %>
|
80
80
|
<% } %>
|
81
81
|
</body>
|