@bleedingdev/modern-js-create 3.4.0-ultramodern.7 → 3.4.0-ultramodern.9
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.
|
@@ -246,12 +246,6 @@ ${bffPluginEntry} moduleFederationPlugin(),
|
|
|
246
246
|
chain.output
|
|
247
247
|
.uniqueName('${(0, external_naming_cjs_namespaceObject.createRspackUniqueName)(app)}')
|
|
248
248
|
.chunkLoadingGlobal('${(0, external_naming_cjs_namespaceObject.createRspackChunkLoadingGlobal)(app)}');
|
|
249
|
-
chain.ignoreWarnings([
|
|
250
|
-
{
|
|
251
|
-
message: /the request of a dependency is an expression/u,
|
|
252
|
-
module: /modern-js-plugin-i18n/u,
|
|
253
|
-
},
|
|
254
|
-
]);
|
|
255
249
|
},
|
|
256
250
|
},
|
|
257
251
|
},
|
|
@@ -268,11 +262,6 @@ ${bffPluginEntry} moduleFederationPlugin(),
|
|
|
268
262
|
}
|
|
269
263
|
function createSharedModuleFederationConfig() {
|
|
270
264
|
return ` shared: {
|
|
271
|
-
'@modern-js/plugin-i18n/runtime': {
|
|
272
|
-
requiredVersion: pluginI18nVersion,
|
|
273
|
-
singleton: true,
|
|
274
|
-
treeShaking: false,
|
|
275
|
-
},
|
|
276
265
|
'@modern-js/plugin-i18n/runtime/no-react-i18next': {
|
|
277
266
|
requiredVersion: pluginI18nVersion,
|
|
278
267
|
singleton: true,
|
|
@@ -195,12 +195,6 @@ ${bffPluginEntry} moduleFederationPlugin(),
|
|
|
195
195
|
chain.output
|
|
196
196
|
.uniqueName('${createRspackUniqueName(app)}')
|
|
197
197
|
.chunkLoadingGlobal('${createRspackChunkLoadingGlobal(app)}');
|
|
198
|
-
chain.ignoreWarnings([
|
|
199
|
-
{
|
|
200
|
-
message: /the request of a dependency is an expression/u,
|
|
201
|
-
module: /modern-js-plugin-i18n/u,
|
|
202
|
-
},
|
|
203
|
-
]);
|
|
204
198
|
},
|
|
205
199
|
},
|
|
206
200
|
},
|
|
@@ -217,11 +211,6 @@ ${bffPluginEntry} moduleFederationPlugin(),
|
|
|
217
211
|
}
|
|
218
212
|
function createSharedModuleFederationConfig() {
|
|
219
213
|
return ` shared: {
|
|
220
|
-
'@modern-js/plugin-i18n/runtime': {
|
|
221
|
-
requiredVersion: pluginI18nVersion,
|
|
222
|
-
singleton: true,
|
|
223
|
-
treeShaking: false,
|
|
224
|
-
},
|
|
225
214
|
'@modern-js/plugin-i18n/runtime/no-react-i18next': {
|
|
226
215
|
requiredVersion: pluginI18nVersion,
|
|
227
216
|
singleton: true,
|
|
@@ -196,12 +196,6 @@ ${bffPluginEntry} moduleFederationPlugin(),
|
|
|
196
196
|
chain.output
|
|
197
197
|
.uniqueName('${createRspackUniqueName(app)}')
|
|
198
198
|
.chunkLoadingGlobal('${createRspackChunkLoadingGlobal(app)}');
|
|
199
|
-
chain.ignoreWarnings([
|
|
200
|
-
{
|
|
201
|
-
message: /the request of a dependency is an expression/u,
|
|
202
|
-
module: /modern-js-plugin-i18n/u,
|
|
203
|
-
},
|
|
204
|
-
]);
|
|
205
199
|
},
|
|
206
200
|
},
|
|
207
201
|
},
|
|
@@ -218,11 +212,6 @@ ${bffPluginEntry} moduleFederationPlugin(),
|
|
|
218
212
|
}
|
|
219
213
|
function createSharedModuleFederationConfig() {
|
|
220
214
|
return ` shared: {
|
|
221
|
-
'@modern-js/plugin-i18n/runtime': {
|
|
222
|
-
requiredVersion: pluginI18nVersion,
|
|
223
|
-
singleton: true,
|
|
224
|
-
treeShaking: false,
|
|
225
|
-
},
|
|
226
215
|
'@modern-js/plugin-i18n/runtime/no-react-i18next': {
|
|
227
216
|
requiredVersion: pluginI18nVersion,
|
|
228
217
|
singleton: true,
|
package/package.json
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"engines": {
|
|
22
22
|
"node": ">=20"
|
|
23
23
|
},
|
|
24
|
-
"version": "3.4.0-ultramodern.
|
|
24
|
+
"version": "3.4.0-ultramodern.9",
|
|
25
25
|
"types": "./dist/types/index.d.ts",
|
|
26
26
|
"main": "./dist/esm-node/index.js",
|
|
27
27
|
"bin": {
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
],
|
|
76
76
|
"dependencies": {
|
|
77
77
|
"@modern-js/codesmith": "2.6.9",
|
|
78
|
-
"@modern-js/i18n-utils": "npm:@bleedingdev/modern-js-i18n-utils@3.4.0-ultramodern.
|
|
78
|
+
"@modern-js/i18n-utils": "npm:@bleedingdev/modern-js-i18n-utils@3.4.0-ultramodern.9"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
81
81
|
"@rslib/core": "0.23.0",
|
|
@@ -97,6 +97,6 @@
|
|
|
97
97
|
"test": "rm -rf dist && rslib build -c rslibconfig.mts && rstest --passWithNoTests"
|
|
98
98
|
},
|
|
99
99
|
"ultramodern": {
|
|
100
|
-
"frameworkVersion": "3.4.0-ultramodern.
|
|
100
|
+
"frameworkVersion": "3.4.0-ultramodern.9"
|
|
101
101
|
}
|
|
102
102
|
}
|