@nuxt/webpack-builder 4.3.0 → 4.3.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/README.md +1 -1
- package/dist/THIRD-PARTY-LICENSES.md +115 -0
- package/dist/_chunks/libs/@vue/shared.d.mts +119 -0
- package/dist/_chunks/libs/pkg-types.d.mts +23 -0
- package/dist/index.d.mts +50462 -1
- package/dist/index.mjs +107 -191
- package/dist/loaders/vue-module-identifier.mjs +1 -6
- package/package.json +15 -15
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
import { normalize, relative } from "pathe";
|
|
2
|
-
|
|
3
|
-
//#region src/loaders/vue-module-identifier.ts
|
|
4
2
|
const vueModuleIdentifierLoader = function(source) {
|
|
5
3
|
this.cacheable?.();
|
|
6
4
|
const { srcDir } = this.getOptions() || {};
|
|
@@ -10,7 +8,4 @@ const vueModuleIdentifierLoader = function(source) {
|
|
|
10
8
|
const moduleId = normalize(context ? relative(context, resourcePath) : resourcePath).replace(/^\.\//, "").replace(/\\/g, "/");
|
|
11
9
|
return source + `\n;__exports__.__moduleIdentifier = ${JSON.stringify(moduleId)};`;
|
|
12
10
|
};
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
//#endregion
|
|
16
|
-
export { vue_module_identifier_default as default };
|
|
11
|
+
export { vueModuleIdentifierLoader as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxt/webpack-builder",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.1",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/nuxt/nuxt.git",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@nuxt/friendly-errors-webpack-plugin": "^2.6.0",
|
|
28
28
|
"@vue/compiler-sfc": "3.5.27",
|
|
29
|
-
"autoprefixer": "^10.4.
|
|
30
|
-
"css-loader": "^7.1.
|
|
29
|
+
"autoprefixer": "^10.4.24",
|
|
30
|
+
"css-loader": "^7.1.3",
|
|
31
31
|
"css-minimizer-webpack-plugin": "^7.0.4",
|
|
32
32
|
"cssnano": "^7.1.2",
|
|
33
33
|
"defu": "^6.1.4",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"jiti": "^2.6.1",
|
|
40
40
|
"knitwork": "^1.3.0",
|
|
41
41
|
"magic-string": "^0.30.21",
|
|
42
|
-
"memfs": "^4.56.
|
|
42
|
+
"memfs": "^4.56.10",
|
|
43
43
|
"mini-css-extract-plugin": "^2.10.0",
|
|
44
44
|
"mlly": "^1.8.0",
|
|
45
45
|
"ohash": "^2.0.11",
|
|
@@ -51,40 +51,40 @@
|
|
|
51
51
|
"postcss-loader": "^8.2.0",
|
|
52
52
|
"postcss-url": "^10.1.3",
|
|
53
53
|
"pug-plain-loader": "^1.1.0",
|
|
54
|
-
"seroval": "^1.
|
|
54
|
+
"seroval": "^1.5.0",
|
|
55
55
|
"std-env": "^3.10.0",
|
|
56
56
|
"time-fix-plugin": "^2.0.7",
|
|
57
57
|
"tinyglobby": "^0.2.15",
|
|
58
58
|
"ufo": "^1.6.3",
|
|
59
59
|
"unenv": "^2.0.0-rc.24",
|
|
60
|
-
"unplugin": "^
|
|
60
|
+
"unplugin": "^3.0.0",
|
|
61
61
|
"url-loader": "^4.1.1",
|
|
62
62
|
"vue-bundle-renderer": "^2.2.0",
|
|
63
63
|
"vue-loader": "^17.4.2",
|
|
64
64
|
"webpack": "^5.104.1",
|
|
65
|
-
"webpack-bundle-analyzer": "^5.
|
|
65
|
+
"webpack-bundle-analyzer": "^5.2.0",
|
|
66
66
|
"webpack-dev-middleware": "^7.4.5",
|
|
67
67
|
"webpack-hot-middleware": "^2.26.1",
|
|
68
68
|
"webpackbar": "^7.0.0",
|
|
69
|
-
"@nuxt/kit": "4.3.
|
|
69
|
+
"@nuxt/kit": "4.3.1"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
|
-
"@rspack/core": "1.7.
|
|
72
|
+
"@rspack/core": "1.7.5",
|
|
73
73
|
"@types/webpack-bundle-analyzer": "4.7.0",
|
|
74
74
|
"@types/webpack-hot-middleware": "2.25.12",
|
|
75
75
|
"h3": "1.15.5",
|
|
76
|
-
"h3-next": "npm:h3@2.0.1-rc.
|
|
77
|
-
"obuild": "0.4.
|
|
78
|
-
"rollup": "4.
|
|
76
|
+
"h3-next": "npm:h3@2.0.1-rc.14",
|
|
77
|
+
"obuild": "0.4.27",
|
|
78
|
+
"rollup": "4.57.1",
|
|
79
79
|
"vue": "3.5.27",
|
|
80
|
-
"@nuxt/schema": "4.3.
|
|
80
|
+
"@nuxt/schema": "4.3.1"
|
|
81
81
|
},
|
|
82
82
|
"peerDependencies": {
|
|
83
83
|
"vue": "^3.3.4",
|
|
84
|
-
"nuxt": "4.3.
|
|
84
|
+
"nuxt": "4.3.1"
|
|
85
85
|
},
|
|
86
86
|
"engines": {
|
|
87
|
-
"node": "^20.
|
|
87
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
88
88
|
},
|
|
89
89
|
"scripts": {
|
|
90
90
|
"build:stub": "obuild --stub",
|