@nuxt/webpack-builder-nightly 4.1.3-29320745.5615baa2 → 4.1.3-29320760.be9706dc
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 +5 -5
package/dist/index.mjs
CHANGED
|
@@ -1245,7 +1245,7 @@ async function compile(compiler) {
|
|
|
1245
1245
|
if (nuxt.options.dev) {
|
|
1246
1246
|
const compilersWatching = [];
|
|
1247
1247
|
nuxt.hook("close", async () => {
|
|
1248
|
-
await Promise.all(compilersWatching.map((watching) => pify(watching.close.bind(watching))()));
|
|
1248
|
+
await Promise.all(compilersWatching.map((watching) => watching && pify(watching.close.bind(watching))()));
|
|
1249
1249
|
});
|
|
1250
1250
|
if (compiler.options.name === "client") {
|
|
1251
1251
|
return new Promise((resolve, reject) => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxt/webpack-builder-nightly",
|
|
3
|
-
"version": "4.1.3-
|
|
3
|
+
"version": "4.1.3-29320760.be9706dc",
|
|
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.1.3-
|
|
30
|
+
"@nuxt/kit": "npm:@nuxt/kit-nightly@4.1.3-29320760.be9706dc",
|
|
31
31
|
"autoprefixer": "^10.4.21",
|
|
32
32
|
"css-loader": "^7.1.2",
|
|
33
33
|
"css-minimizer-webpack-plugin": "^7.0.2",
|
|
@@ -61,14 +61,14 @@
|
|
|
61
61
|
"url-loader": "^4.1.1",
|
|
62
62
|
"vue-bundle-renderer": "^2.1.2",
|
|
63
63
|
"vue-loader": "^17.4.2",
|
|
64
|
-
"webpack": "^5.
|
|
64
|
+
"webpack": "^5.102.0",
|
|
65
65
|
"webpack-bundle-analyzer": "^4.10.2",
|
|
66
|
-
"webpack-dev-middleware": "^7.4.
|
|
66
|
+
"webpack-dev-middleware": "^7.4.5",
|
|
67
67
|
"webpack-hot-middleware": "^2.26.1",
|
|
68
68
|
"webpackbar": "^7.0.0"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
-
"@nuxt/schema": "npm:@nuxt/schema-nightly@4.1.3-
|
|
71
|
+
"@nuxt/schema": "npm:@nuxt/schema-nightly@4.1.3-29320760.be9706dc",
|
|
72
72
|
"@rspack/core": "1.5.4",
|
|
73
73
|
"@types/webpack-bundle-analyzer": "4.7.0",
|
|
74
74
|
"@types/webpack-hot-middleware": "2.25.10",
|