@nuxt/webpack-builder-nightly 4.2.1-29360786.986ec1a0 → 4.2.1-29360990.b3040970
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 +1 -1
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -987,7 +987,7 @@ function clientHMR(ctx) {
|
|
|
987
987
|
const hotMiddlewareClientOptionsStr = querystring.stringify(hotMiddlewareClientOptions);
|
|
988
988
|
const app = ctx.config.entry.app;
|
|
989
989
|
app.unshift(
|
|
990
|
-
// https://github.com/
|
|
990
|
+
// https://github.com/webpack/webpack-hot-middleware#config
|
|
991
991
|
`webpack-hot-middleware/client?${hotMiddlewareClientOptionsStr}`
|
|
992
992
|
);
|
|
993
993
|
ctx.config.plugins ||= [];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxt/webpack-builder-nightly",
|
|
3
|
-
"version": "4.2.1-
|
|
3
|
+
"version": "4.2.1-29360990.b3040970",
|
|
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.2.1-
|
|
30
|
+
"@nuxt/kit": "npm:@nuxt/kit-nightly@4.2.1-29360990.b3040970",
|
|
31
31
|
"autoprefixer": "^10.4.21",
|
|
32
32
|
"css-loader": "^7.1.2",
|
|
33
33
|
"css-minimizer-webpack-plugin": "^7.0.2",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"webpackbar": "^7.0.0"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
|
-
"@nuxt/schema": "npm:@nuxt/schema-nightly@4.2.1-
|
|
72
|
+
"@nuxt/schema": "npm:@nuxt/schema-nightly@4.2.1-29360990.b3040970",
|
|
73
73
|
"@rspack/core": "1.5.8",
|
|
74
74
|
"@types/webpack-bundle-analyzer": "4.7.0",
|
|
75
75
|
"@types/webpack-hot-middleware": "2.25.12",
|