@bleedingdev/modern-js-create 3.2.0-ultramodern.28 → 3.2.0-ultramodern.29
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/dist/index.js +3 -5
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1426,17 +1426,15 @@ ${bffPluginEntry} moduleFederationPlugin(),
|
|
|
1426
1426
|
zephyrRspackPlugin(),
|
|
1427
1427
|
],
|
|
1428
1428
|
tools: {
|
|
1429
|
+
autoprefixer: {
|
|
1430
|
+
overrideBrowserslist: ['defaults'],
|
|
1431
|
+
},
|
|
1429
1432
|
bundlerChain: chain => {
|
|
1430
1433
|
chain.ignoreWarnings([
|
|
1431
1434
|
{
|
|
1432
1435
|
message: /the request of a dependency is an expression/u,
|
|
1433
1436
|
module: /modern-js-plugin-i18n/u,
|
|
1434
1437
|
},
|
|
1435
|
-
{
|
|
1436
|
-
message:
|
|
1437
|
-
/Autoprefixer target browsers do not need any prefixes/u,
|
|
1438
|
-
module: /\.css$/u,
|
|
1439
|
-
},
|
|
1440
1438
|
]);
|
|
1441
1439
|
},
|
|
1442
1440
|
},
|
package/package.json
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"engines": {
|
|
22
22
|
"node": ">=20"
|
|
23
23
|
},
|
|
24
|
-
"version": "3.2.0-ultramodern.
|
|
24
|
+
"version": "3.2.0-ultramodern.29",
|
|
25
25
|
"types": "./dist/types/index.d.ts",
|
|
26
26
|
"main": "./dist/index.js",
|
|
27
27
|
"bin": {
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@types/node": "^25.9.1",
|
|
42
42
|
"@typescript/native-preview": "7.0.0-dev.20260526.1",
|
|
43
43
|
"tsx": "^4.22.3",
|
|
44
|
-
"@modern-js/i18n-utils": "npm:@bleedingdev/modern-js-i18n-utils@3.2.0-ultramodern.
|
|
44
|
+
"@modern-js/i18n-utils": "npm:@bleedingdev/modern-js-i18n-utils@3.2.0-ultramodern.29"
|
|
45
45
|
},
|
|
46
46
|
"publishConfig": {
|
|
47
47
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -54,6 +54,6 @@
|
|
|
54
54
|
"start": "node ./dist/index.js"
|
|
55
55
|
},
|
|
56
56
|
"ultramodern": {
|
|
57
|
-
"frameworkVersion": "3.2.0-ultramodern.
|
|
57
|
+
"frameworkVersion": "3.2.0-ultramodern.29"
|
|
58
58
|
}
|
|
59
59
|
}
|