@nuxt/webpack-builder 3.3.0 → 3.3.2
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 +2 -1
- package/package.json +12 -12
package/dist/index.mjs
CHANGED
|
@@ -434,7 +434,8 @@ function baseTranspile(ctx) {
|
|
|
434
434
|
/\.vue\.js/i,
|
|
435
435
|
// include SFCs in node_modules
|
|
436
436
|
/consola\/src/,
|
|
437
|
-
/vue-demi
|
|
437
|
+
/vue-demi/,
|
|
438
|
+
/(^|\/)nuxt\/(dist\/)?app($|\/)/
|
|
438
439
|
];
|
|
439
440
|
for (let pattern of options.build.transpile) {
|
|
440
441
|
if (typeof pattern === "function") {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxt/webpack-builder",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.2",
|
|
4
4
|
"repository": "nuxt/nuxt",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
"dist"
|
|
17
17
|
],
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@babel/core": "^7.21.
|
|
19
|
+
"@babel/core": "^7.21.3",
|
|
20
20
|
"@nuxt/friendly-errors-webpack-plugin": "^2.5.2",
|
|
21
|
-
"@nuxt/kit": "3.3.
|
|
21
|
+
"@nuxt/kit": "3.3.2",
|
|
22
22
|
"autoprefixer": "^10.4.14",
|
|
23
23
|
"css-loader": "^6.7.3",
|
|
24
24
|
"css-minimizer-webpack-plugin": "^4.2.2",
|
|
@@ -28,42 +28,42 @@
|
|
|
28
28
|
"estree-walker": "^3.0.3",
|
|
29
29
|
"file-loader": "^6.2.0",
|
|
30
30
|
"fork-ts-checker-webpack-plugin": "^8.0.0",
|
|
31
|
-
"fs-extra": "^11.1.
|
|
31
|
+
"fs-extra": "^11.1.1",
|
|
32
32
|
"hash-sum": "^2.0.0",
|
|
33
33
|
"lodash-es": "^4.17.21",
|
|
34
34
|
"magic-string": "^0.30.0",
|
|
35
35
|
"memfs": "^3.4.13",
|
|
36
|
-
"mini-css-extract-plugin": "^2.7.
|
|
36
|
+
"mini-css-extract-plugin": "^2.7.5",
|
|
37
37
|
"mlly": "^1.2.0",
|
|
38
38
|
"ohash": "^1.0.0",
|
|
39
39
|
"pathe": "^1.1.0",
|
|
40
40
|
"pify": "^6.1.0",
|
|
41
41
|
"postcss": "^8.4.21",
|
|
42
42
|
"postcss-import": "^15.1.0",
|
|
43
|
-
"postcss-loader": "^7.0
|
|
43
|
+
"postcss-loader": "^7.1.0",
|
|
44
44
|
"postcss-url": "^10.1.3",
|
|
45
45
|
"style-resources-loader": "^1.5.0",
|
|
46
46
|
"time-fix-plugin": "^2.0.7",
|
|
47
47
|
"ufo": "^1.1.1",
|
|
48
|
-
"unplugin": "^1.3.
|
|
48
|
+
"unplugin": "^1.3.1",
|
|
49
49
|
"url-loader": "^4.1.1",
|
|
50
50
|
"vue-bundle-renderer": "^1.0.2",
|
|
51
51
|
"vue-loader": "^17.0.1",
|
|
52
|
-
"webpack": "^5.76.
|
|
52
|
+
"webpack": "^5.76.3",
|
|
53
53
|
"webpack-bundle-analyzer": "^4.8.0",
|
|
54
|
-
"webpack-dev-middleware": "^6.0.
|
|
54
|
+
"webpack-dev-middleware": "^6.0.2",
|
|
55
55
|
"webpack-hot-middleware": "^2.25.3",
|
|
56
56
|
"webpack-virtual-modules": "^0.5.0",
|
|
57
57
|
"webpackbar": "^5.0.2"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@nuxt/schema": "3.3.
|
|
61
|
-
"@types/lodash-es": "^4.17.
|
|
60
|
+
"@nuxt/schema": "3.3.2",
|
|
61
|
+
"@types/lodash-es": "^4.17.7",
|
|
62
62
|
"@types/pify": "^5.0.1",
|
|
63
63
|
"@types/webpack-bundle-analyzer": "^4.6.0",
|
|
64
64
|
"@types/webpack-dev-middleware": "^5.3.0",
|
|
65
65
|
"@types/webpack-hot-middleware": "^2.25.6",
|
|
66
|
-
"@types/webpack-virtual-modules": "^0",
|
|
66
|
+
"@types/webpack-virtual-modules": "^0.1.1",
|
|
67
67
|
"unbuild": "latest",
|
|
68
68
|
"vue": "3.2.47"
|
|
69
69
|
},
|