@nuxt/webpack-builder 3.5.0 → 3.5.1
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 +9 -9
package/dist/index.mjs
CHANGED
|
@@ -990,7 +990,7 @@ function clientOptimization(_ctx) {
|
|
|
990
990
|
function clientPlugins(ctx) {
|
|
991
991
|
const { options, config } = ctx;
|
|
992
992
|
if (!ctx.isDev && ctx.name === "client" && options.webpack.analyze) {
|
|
993
|
-
const statsDir = resolve(options.
|
|
993
|
+
const statsDir = resolve(options.analyzeDir);
|
|
994
994
|
config.plugins.push(new BundleAnalyzerPlugin({
|
|
995
995
|
analyzerMode: "static",
|
|
996
996
|
defaultSizes: "gzip",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxt/webpack-builder",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.1",
|
|
4
4
|
"repository": "nuxt/nuxt",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@nuxt/friendly-errors-webpack-plugin": "^2.5.2",
|
|
20
20
|
"autoprefixer": "^10.4.14",
|
|
21
|
-
"css-loader": "^6.7.
|
|
21
|
+
"css-loader": "^6.7.4",
|
|
22
22
|
"css-minimizer-webpack-plugin": "^5.0.0",
|
|
23
23
|
"cssnano": "^6.0.1",
|
|
24
24
|
"esbuild-loader": "^3.0.1",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"lodash-es": "^4.17.21",
|
|
33
33
|
"magic-string": "^0.30.0",
|
|
34
34
|
"memfs": "^3.5.1",
|
|
35
|
-
"mini-css-extract-plugin": "^2.7.
|
|
35
|
+
"mini-css-extract-plugin": "^2.7.6",
|
|
36
36
|
"mlly": "^1.2.1",
|
|
37
37
|
"ohash": "^1.1.2",
|
|
38
38
|
"pathe": "^1.1.0",
|
|
@@ -48,13 +48,13 @@
|
|
|
48
48
|
"url-loader": "^4.1.1",
|
|
49
49
|
"vue-bundle-renderer": "^1.0.3",
|
|
50
50
|
"vue-loader": "^17.1.1",
|
|
51
|
-
"webpack": "^5.
|
|
51
|
+
"webpack": "^5.83.1",
|
|
52
52
|
"webpack-bundle-analyzer": "^4.8.0",
|
|
53
|
-
"webpack-dev-middleware": "^6.1.
|
|
53
|
+
"webpack-dev-middleware": "^6.1.1",
|
|
54
54
|
"webpack-hot-middleware": "^2.25.3",
|
|
55
55
|
"webpack-virtual-modules": "^0.5.0",
|
|
56
56
|
"webpackbar": "^5.0.2",
|
|
57
|
-
"@nuxt/kit": "3.5.
|
|
57
|
+
"@nuxt/kit": "3.5.1"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@types/lodash-es": "^4.17.7",
|
|
@@ -63,11 +63,11 @@
|
|
|
63
63
|
"@types/webpack-hot-middleware": "^2.25.6",
|
|
64
64
|
"@types/webpack-virtual-modules": "^0.1.1",
|
|
65
65
|
"unbuild": "latest",
|
|
66
|
-
"vue": "3.3.
|
|
67
|
-
"@nuxt/schema": "3.5.
|
|
66
|
+
"vue": "3.3.4",
|
|
67
|
+
"@nuxt/schema": "3.5.1"
|
|
68
68
|
},
|
|
69
69
|
"peerDependencies": {
|
|
70
|
-
"vue": "^3.3.
|
|
70
|
+
"vue": "^3.3.4"
|
|
71
71
|
},
|
|
72
72
|
"engines": {
|
|
73
73
|
"node": "^14.18.0 || >=16.10.0"
|