@xfe-repo/web-app 1.0.17 → 1.1.0
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.
|
@@ -299,6 +299,7 @@ module.exports = function (webpackEnv) {
|
|
|
299
299
|
'scheduler/tracing': 'scheduler/tracing-profiling',
|
|
300
300
|
}),
|
|
301
301
|
...(modules.webpackAliases || {}),
|
|
302
|
+
react: path.resolve('./node_modules/react')
|
|
302
303
|
},
|
|
303
304
|
plugins: [
|
|
304
305
|
// Prevents users from importing files from outside of src/ (or node_modules/).
|
|
@@ -313,6 +314,7 @@ module.exports = function (webpackEnv) {
|
|
|
313
314
|
babelRuntimeEntry,
|
|
314
315
|
babelRuntimeEntryHelpers,
|
|
315
316
|
babelRuntimeRegenerator,
|
|
317
|
+
path.resolve('./node_modules/react'),
|
|
316
318
|
]),
|
|
317
319
|
],
|
|
318
320
|
},
|
package/deploy/helm/values.yaml
CHANGED
|
@@ -7,15 +7,14 @@ envType: '<<ENV_TYPE>>'
|
|
|
7
7
|
hostPrefix: '<<HOST_PREFIX>>'
|
|
8
8
|
namespace: ''
|
|
9
9
|
virtualService:
|
|
10
|
-
enabled:
|
|
10
|
+
enabled: true
|
|
11
11
|
hosts:
|
|
12
12
|
test:
|
|
13
|
-
- '
|
|
13
|
+
- '<<HOST_PREFIX>>.platform-o.t.eshetang.com'
|
|
14
14
|
stage:
|
|
15
|
-
- 'stage.
|
|
15
|
+
- 'stage.platform-o.t.eshetang.com'
|
|
16
16
|
prod:
|
|
17
|
-
- '
|
|
17
|
+
- 'platform-o.eshetang.com'
|
|
18
18
|
gateways:
|
|
19
19
|
- 'common-gateway-eshetang'
|
|
20
|
-
# 目标集群 默认发布到saas集群 可选值: saas, infra
|
|
21
20
|
targetK8s: 'saas'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xfe-repo/web-app",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"bin": {
|
|
5
5
|
"xfe-web": "./bin/index.js"
|
|
6
6
|
},
|
|
@@ -53,10 +53,10 @@
|
|
|
53
53
|
"postcss-normalize": "^10.0.1",
|
|
54
54
|
"postcss-preset-env": "^7.0.1",
|
|
55
55
|
"prompts": "^2.4.2",
|
|
56
|
-
"react": "
|
|
56
|
+
"react": "18.2.0",
|
|
57
57
|
"react-app-polyfill": "^3.0.0",
|
|
58
58
|
"react-dev-utils": "^12.0.1",
|
|
59
|
-
"react-dom": "
|
|
59
|
+
"react-dom": "18.2.0",
|
|
60
60
|
"react-refresh": "^0.11.0",
|
|
61
61
|
"resolve": "^1.20.0",
|
|
62
62
|
"resolve-url-loader": "^4.0.0",
|