@nuxt/vite-builder-nightly 4.1.1-29283054.32d56553 → 4.1.1-29283135.db9d840e
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 -4
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -357,9 +357,6 @@ function ViteNodePlugin(nuxt) {
|
|
|
357
357
|
let _node;
|
|
358
358
|
function getNode(server) {
|
|
359
359
|
return _node ||= new ViteNodeServer(server, {
|
|
360
|
-
deps: {
|
|
361
|
-
inline: [/^#/, /\?/]
|
|
362
|
-
},
|
|
363
360
|
transformMode: {
|
|
364
361
|
ssr: [/.*/],
|
|
365
362
|
web: []
|
|
@@ -1266,7 +1263,8 @@ async function buildServer(nuxt, ctx) {
|
|
|
1266
1263
|
"XMLHttpRequest": "undefined"
|
|
1267
1264
|
},
|
|
1268
1265
|
optimizeDeps: {
|
|
1269
|
-
noDiscovery: true
|
|
1266
|
+
noDiscovery: true,
|
|
1267
|
+
include: void 0
|
|
1270
1268
|
},
|
|
1271
1269
|
resolve: {
|
|
1272
1270
|
conditions: nuxt._nitro?.options.exportConditions
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxt/vite-builder-nightly",
|
|
3
|
-
"version": "4.1.1-
|
|
3
|
+
"version": "4.1.1-29283135.db9d840e",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/nuxt/nuxt.git",
|
|
@@ -21,14 +21,14 @@
|
|
|
21
21
|
"dist"
|
|
22
22
|
],
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@nuxt/schema": "npm:@nuxt/schema-nightly@4.1.1-
|
|
24
|
+
"@nuxt/schema": "npm:@nuxt/schema-nightly@4.1.1-29283135.db9d840e",
|
|
25
25
|
"nitropack": "2.12.4",
|
|
26
26
|
"rollup": "4.50.0",
|
|
27
27
|
"unbuild": "3.6.1",
|
|
28
28
|
"vue": "3.5.20"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@nuxt/kit": "npm:@nuxt/kit-nightly@4.1.1-
|
|
31
|
+
"@nuxt/kit": "npm:@nuxt/kit-nightly@4.1.1-29283135.db9d840e",
|
|
32
32
|
"@rollup/plugin-replace": "^6.0.2",
|
|
33
33
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
34
34
|
"@vitejs/plugin-vue-jsx": "^5.1.1",
|