@nuxt/rspack-builder-nightly 4.3.0-29439165.ec1da219 → 4.3.0-29439279.01c2c9b1
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.mjs +4 -1
- package/package.json +4 -4
package/dist/index.mjs
CHANGED
|
@@ -1068,7 +1068,7 @@ function serverPreset(ctx) {
|
|
|
1068
1068
|
ctx.config.output.filename = "server.mjs";
|
|
1069
1069
|
if (ctx.nuxt.options.sourcemap.server) {
|
|
1070
1070
|
const prefix = ctx.nuxt.options.sourcemap.server === "hidden" ? "hidden-" : "";
|
|
1071
|
-
ctx.config.devtool = prefix + ctx.isDev ? "cheap-module-source-map" : "source-map";
|
|
1071
|
+
ctx.config.devtool = prefix + (ctx.isDev ? "cheap-module-source-map" : "source-map");
|
|
1072
1072
|
} else {
|
|
1073
1073
|
ctx.config.devtool = false;
|
|
1074
1074
|
}
|
|
@@ -1076,6 +1076,9 @@ function serverPreset(ctx) {
|
|
|
1076
1076
|
splitChunks: false,
|
|
1077
1077
|
minimize: false
|
|
1078
1078
|
};
|
|
1079
|
+
if (ctx.isDev) {
|
|
1080
|
+
ctx.config.output.asyncChunks = false;
|
|
1081
|
+
}
|
|
1079
1082
|
}
|
|
1080
1083
|
async function serverStandalone(ctx) {
|
|
1081
1084
|
const inline = [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxt/rspack-builder-nightly",
|
|
3
|
-
"version": "4.3.0-
|
|
3
|
+
"version": "4.3.0-29439279.01c2c9b1",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/nuxt/nuxt.git",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
],
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@nuxt/friendly-errors-webpack-plugin": "^2.6.0",
|
|
30
|
-
"@nuxt/kit": "npm:@nuxt/kit-nightly@4.3.0-
|
|
30
|
+
"@nuxt/kit": "npm:@nuxt/kit-nightly@4.3.0-29439279.01c2c9b1",
|
|
31
31
|
"@rspack/core": "^1.6.7",
|
|
32
32
|
"autoprefixer": "^10.4.23",
|
|
33
33
|
"css-loader": "^7.1.2",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"webpackbar": "^7.0.0"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
|
-
"@nuxt/schema": "npm:@nuxt/schema-nightly@4.3.0-
|
|
73
|
+
"@nuxt/schema": "npm:@nuxt/schema-nightly@4.3.0-29439279.01c2c9b1",
|
|
74
74
|
"@types/webpack-bundle-analyzer": "4.7.0",
|
|
75
75
|
"@types/webpack-hot-middleware": "2.25.12",
|
|
76
76
|
"rollup": "4.53.4",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"vue": "3.5.25"
|
|
79
79
|
},
|
|
80
80
|
"peerDependencies": {
|
|
81
|
-
"nuxt": "npm:nuxt-nightly@4.3.0-
|
|
81
|
+
"nuxt": "npm:nuxt-nightly@4.3.0-29439279.01c2c9b1",
|
|
82
82
|
"vue": "^3.3.4"
|
|
83
83
|
},
|
|
84
84
|
"engines": {
|