@nuxt/webpack-builder 3.21.0 → 3.21.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 +3847 -0
- package/dist/_chunks/libs/@babel/parser.d.mts +1536 -0
- package/dist/_chunks/libs/@jridgewell/trace-mapping.d.mts +82 -0
- package/dist/_chunks/libs/@types/estree.d.mts +525 -0
- package/dist/_chunks/libs/@types/pug.d.mts +123 -0
- package/dist/_chunks/libs/@unhead/vue.d.mts +1096 -0
- package/dist/_chunks/libs/@vitejs/plugin-vue-jsx.d.mts +5297 -0
- package/dist/_chunks/libs/@vitejs/plugin-vue.d.mts +83 -0
- package/dist/_chunks/libs/@volar/language-core.d.mts +56 -0
- package/dist/_chunks/libs/@volar/source-map.d.mts +10 -0
- package/dist/_chunks/libs/@vue/compiler-core.d.mts +1213 -0
- package/dist/_chunks/libs/@vue/compiler-dom.d.mts +45 -0
- package/dist/_chunks/libs/@vue/language-core.d.mts +11387 -0
- package/dist/_chunks/libs/c12.d.mts +147 -0
- package/dist/_chunks/libs/compatx.d.mts +47 -0
- package/dist/_chunks/libs/h3.d.mts +45 -0
- package/dist/_chunks/libs/ofetch.d.mts +870 -0
- package/dist/_chunks/libs/open.d.mts +1 -0
- package/dist/_chunks/libs/oxc-transform.d.mts +422 -0
- package/dist/_chunks/libs/pkg-types.d.mts +23 -0
- package/dist/_chunks/libs/rollup-plugin-visualizer.d.mts +90 -0
- package/dist/_chunks/libs/scule.d.mts +15 -0
- package/dist/_chunks/libs/unctx.d.mts +28 -0
- package/dist/_chunks/libs/unimport.d.mts +386 -0
- package/dist/_chunks/libs/untyped.d.mts +44 -0
- package/dist/_chunks/libs/vue-router.d.mts +1413 -0
- package/dist/_chunks/rolldown-runtime.mjs +12 -0
- package/dist/index.d.mts +3146 -1
- package/dist/index.mjs +107 -191
- package/dist/loaders/vue-module-identifier.mjs +1 -6
- package/package.json +16 -16
|
@@ -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": "3.21.
|
|
3
|
+
"version": "3.21.1",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/nuxt/nuxt.git",
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
],
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@nuxt/friendly-errors-webpack-plugin": "^2.6.0",
|
|
28
|
-
"@vue/compiler-sfc": "3.5.
|
|
29
|
-
"autoprefixer": "^10.4.
|
|
30
|
-
"css-loader": "^7.1.
|
|
28
|
+
"@vue/compiler-sfc": "3.5.27",
|
|
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
|
"ufo": "^1.6.3",
|
|
58
58
|
"unenv": "^2.0.0-rc.24",
|
|
59
|
-
"unplugin": "^
|
|
59
|
+
"unplugin": "^3.0.0",
|
|
60
60
|
"url-loader": "^4.1.1",
|
|
61
61
|
"vue-bundle-renderer": "^2.2.0",
|
|
62
62
|
"vue-loader": "^17.4.2",
|
|
63
63
|
"webpack": "^5.104.1",
|
|
64
|
-
"webpack-bundle-analyzer": "^5.
|
|
64
|
+
"webpack-bundle-analyzer": "^5.2.0",
|
|
65
65
|
"webpack-dev-middleware": "^7.4.5",
|
|
66
66
|
"webpack-hot-middleware": "^2.26.1",
|
|
67
67
|
"webpackbar": "^7.0.0",
|
|
68
|
-
"@nuxt/kit": "3.21.
|
|
68
|
+
"@nuxt/kit": "3.21.1"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
-
"@rspack/core": "1.7.
|
|
71
|
+
"@rspack/core": "1.7.5",
|
|
72
72
|
"@types/pify": "6.1.0",
|
|
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": "3.21.
|
|
80
|
+
"@nuxt/schema": "3.21.1"
|
|
81
81
|
},
|
|
82
82
|
"peerDependencies": {
|
|
83
83
|
"vue": "^3.3.4",
|
|
84
|
-
"nuxt": "3.21.
|
|
84
|
+
"nuxt": "3.21.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",
|