@nuxt/webpack-builder 3.19.2 → 3.19.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/README.md +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +12 -12
package/README.md
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -1238,7 +1238,7 @@ async function compile(compiler) {
|
|
|
1238
1238
|
if (nuxt.options.dev) {
|
|
1239
1239
|
const compilersWatching = [];
|
|
1240
1240
|
nuxt.hook("close", async () => {
|
|
1241
|
-
await Promise.all(compilersWatching.map((watching) => pify(watching.close.bind(watching))()));
|
|
1241
|
+
await Promise.all(compilersWatching.map((watching) => watching && pify(watching.close.bind(watching))()));
|
|
1242
1242
|
});
|
|
1243
1243
|
if (compiler.options.name === "client") {
|
|
1244
1244
|
return new Promise((resolve, reject) => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxt/webpack-builder",
|
|
3
|
-
"version": "3.19.
|
|
3
|
+
"version": "3.19.3",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/nuxt/nuxt.git",
|
|
@@ -32,15 +32,15 @@
|
|
|
32
32
|
"css-minimizer-webpack-plugin": "^7.0.2",
|
|
33
33
|
"cssnano": "^7.1.1",
|
|
34
34
|
"defu": "^6.1.4",
|
|
35
|
-
"esbuild-loader": "^4.
|
|
35
|
+
"esbuild-loader": "^4.4.0",
|
|
36
36
|
"escape-string-regexp": "^5.0.0",
|
|
37
37
|
"file-loader": "^6.2.0",
|
|
38
38
|
"fork-ts-checker-webpack-plugin": "^9.1.0",
|
|
39
39
|
"h3": "^1.15.4",
|
|
40
|
-
"jiti": "^2.
|
|
40
|
+
"jiti": "^2.6.1",
|
|
41
41
|
"knitwork": "^1.2.0",
|
|
42
42
|
"magic-string": "^0.30.19",
|
|
43
|
-
"memfs": "^4.
|
|
43
|
+
"memfs": "^4.48.1",
|
|
44
44
|
"mini-css-extract-plugin": "^2.9.4",
|
|
45
45
|
"ohash": "^2.0.11",
|
|
46
46
|
"pathe": "^2.0.3",
|
|
@@ -57,24 +57,24 @@
|
|
|
57
57
|
"unenv": "^2.0.0-rc.21",
|
|
58
58
|
"unplugin": "^2.3.10",
|
|
59
59
|
"url-loader": "^4.1.1",
|
|
60
|
-
"vue-bundle-renderer": "^2.
|
|
60
|
+
"vue-bundle-renderer": "^2.2.0",
|
|
61
61
|
"vue-loader": "^17.4.2",
|
|
62
|
-
"webpack": "^5.
|
|
62
|
+
"webpack": "^5.102.0",
|
|
63
63
|
"webpack-bundle-analyzer": "^4.10.2",
|
|
64
|
-
"webpack-dev-middleware": "^7.4.
|
|
64
|
+
"webpack-dev-middleware": "^7.4.5",
|
|
65
65
|
"webpack-hot-middleware": "^2.26.1",
|
|
66
66
|
"webpackbar": "^7.0.0",
|
|
67
|
-
"@nuxt/kit": "3.19.
|
|
67
|
+
"@nuxt/kit": "3.19.3"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
|
-
"@rspack/core": "1.5.
|
|
70
|
+
"@rspack/core": "1.5.8",
|
|
71
71
|
"@types/pify": "6.1.0",
|
|
72
72
|
"@types/webpack-bundle-analyzer": "4.7.0",
|
|
73
73
|
"@types/webpack-hot-middleware": "2.25.10",
|
|
74
|
-
"rollup": "4.
|
|
74
|
+
"rollup": "4.52.4",
|
|
75
75
|
"unbuild": "3.6.1",
|
|
76
|
-
"vue": "3.5.
|
|
77
|
-
"@nuxt/schema": "3.19.
|
|
76
|
+
"vue": "3.5.22",
|
|
77
|
+
"@nuxt/schema": "3.19.3"
|
|
78
78
|
},
|
|
79
79
|
"peerDependencies": {
|
|
80
80
|
"vue": "^3.3.4"
|