@modern-js/uni-builder 2.65.2 → 2.65.3
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/shared/plugins/fallback.js +1 -1
- package/package.json +17 -17
|
@@ -77,7 +77,7 @@ const pluginFallback = () => ({
|
|
|
77
77
|
var _filename_media;
|
|
78
78
|
const mediaFilename = (_filename_media = filename.media) !== null && _filename_media !== void 0 ? _filename_media : `[name]${(0, import_utils.getHash)(rsbuildConfig)}[ext]`;
|
|
79
79
|
chain.output.merge({
|
|
80
|
-
assetModuleFilename: (0, import_path.join)(distDir, mediaFilename)
|
|
80
|
+
assetModuleFilename: typeof mediaFilename === "string" ? (0, import_path.join)(distDir, mediaFilename) : mediaFilename
|
|
81
81
|
});
|
|
82
82
|
});
|
|
83
83
|
if (api.context.bundlerType === "webpack") {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@modern-js/uni-builder",
|
|
3
|
-
"version": "2.65.
|
|
3
|
+
"version": "2.65.3",
|
|
4
4
|
"description": "Unified builder for Modern.js",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -30,24 +30,24 @@
|
|
|
30
30
|
"@babel/preset-react": "^7.22.15",
|
|
31
31
|
"@babel/types": "^7.26.0",
|
|
32
32
|
"@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
|
|
33
|
-
"@rsbuild/core": "1.2.
|
|
34
|
-
"@rsbuild/plugin-assets-retry": "1.
|
|
35
|
-
"@rsbuild/plugin-babel": "1.0.
|
|
33
|
+
"@rsbuild/core": "1.2.15",
|
|
34
|
+
"@rsbuild/plugin-assets-retry": "1.2.0",
|
|
35
|
+
"@rsbuild/plugin-babel": "1.0.4",
|
|
36
36
|
"@rsbuild/plugin-check-syntax": "1.3.0",
|
|
37
37
|
"@rsbuild/plugin-css-minimizer": "1.0.2",
|
|
38
|
-
"@rsbuild/plugin-less": "1.1.
|
|
38
|
+
"@rsbuild/plugin-less": "1.1.1",
|
|
39
39
|
"@rsbuild/plugin-pug": "1.0.2",
|
|
40
|
-
"@rsbuild/plugin-react": "1.1.
|
|
40
|
+
"@rsbuild/plugin-react": "1.1.1",
|
|
41
41
|
"@rsbuild/plugin-rem": "1.0.2",
|
|
42
|
-
"@rsbuild/plugin-sass": "1.2.
|
|
42
|
+
"@rsbuild/plugin-sass": "1.2.2",
|
|
43
43
|
"@rsbuild/plugin-source-build": "1.0.2",
|
|
44
|
-
"@rsbuild/plugin-styled-components": "1.2.
|
|
45
|
-
"@rsbuild/plugin-svgr": "1.0.
|
|
44
|
+
"@rsbuild/plugin-styled-components": "1.2.1",
|
|
45
|
+
"@rsbuild/plugin-svgr": "1.0.7",
|
|
46
46
|
"@rsbuild/plugin-toml": "1.0.1",
|
|
47
47
|
"@rsbuild/plugin-type-check": "1.2.1",
|
|
48
48
|
"@rsbuild/plugin-typed-css-modules": "1.0.2",
|
|
49
49
|
"@rsbuild/plugin-yaml": "1.0.2",
|
|
50
|
-
"@rsbuild/webpack": "1.2.
|
|
50
|
+
"@rsbuild/webpack": "1.2.3",
|
|
51
51
|
"@swc/core": "1.10.18",
|
|
52
52
|
"@swc/helpers": "0.5.13",
|
|
53
53
|
"autoprefixer": "10.4.20",
|
|
@@ -79,12 +79,12 @@
|
|
|
79
79
|
"ts-loader": "9.4.4",
|
|
80
80
|
"webpack": "^5.98.0",
|
|
81
81
|
"webpack-subresource-integrity": "5.1.0",
|
|
82
|
-
"@modern-js/babel-preset": "2.65.
|
|
83
|
-
"@modern-js/flight-server-transform-plugin": "2.65.
|
|
84
|
-
"@modern-js/utils": "2.65.
|
|
82
|
+
"@modern-js/babel-preset": "2.65.3",
|
|
83
|
+
"@modern-js/flight-server-transform-plugin": "2.65.3",
|
|
84
|
+
"@modern-js/utils": "2.65.3"
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
87
|
-
"@rsbuild/plugin-webpack-swc": "1.0.
|
|
87
|
+
"@rsbuild/plugin-webpack-swc": "1.0.11",
|
|
88
88
|
"@types/es-module-lexer": "^0.4.3",
|
|
89
89
|
"@types/html-minifier-terser": "^7.0.2",
|
|
90
90
|
"@types/lodash": "^4.14.202",
|
|
@@ -92,9 +92,9 @@
|
|
|
92
92
|
"react-dom": "^18.2.0",
|
|
93
93
|
"terser": "^5.31.1",
|
|
94
94
|
"typescript": "^5.3.0",
|
|
95
|
-
"@modern-js/types": "2.65.
|
|
96
|
-
"@scripts/build": "2.65.
|
|
97
|
-
"@scripts/vitest-config": "2.65.
|
|
95
|
+
"@modern-js/types": "2.65.3",
|
|
96
|
+
"@scripts/build": "2.65.3",
|
|
97
|
+
"@scripts/vitest-config": "2.65.3"
|
|
98
98
|
},
|
|
99
99
|
"publishConfig": {
|
|
100
100
|
"access": "public",
|