@nuxt/vite-builder-nightly 4.0.0-28724968.fefe4e5c → 4.0.0-28725811.c92b2df9

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.
Files changed (2) hide show
  1. package/dist/index.mjs +2 -0
  2. package/package.json +3 -3
package/dist/index.mjs CHANGED
@@ -915,6 +915,8 @@ async function buildServer(ctx) {
915
915
  entryFileNames: "[name].mjs",
916
916
  format: "module",
917
917
  generatedCode: {
918
+ symbols: true,
919
+ // temporary fix for https://github.com/vuejs/core/issues/8351,
918
920
  constBindings: true
919
921
  }
920
922
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/vite-builder-nightly",
3
- "version": "4.0.0-28724968.fefe4e5c",
3
+ "version": "4.0.0-28725811.c92b2df9",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",
@@ -21,7 +21,7 @@
21
21
  "dist"
22
22
  ],
23
23
  "devDependencies": {
24
- "@nuxt/schema": "npm:@nuxt/schema-nightly@4.0.0-28724968.fefe4e5c",
24
+ "@nuxt/schema": "npm:@nuxt/schema-nightly@4.0.0-28725811.c92b2df9",
25
25
  "@types/clear": "0.1.4",
26
26
  "@types/estree": "1.0.5",
27
27
  "rollup": "4.20.0",
@@ -29,7 +29,7 @@
29
29
  "vue": "3.4.37"
30
30
  },
31
31
  "dependencies": {
32
- "@nuxt/kit": "npm:@nuxt/kit-nightly@4.0.0-28724968.fefe4e5c",
32
+ "@nuxt/kit": "npm:@nuxt/kit-nightly@4.0.0-28725811.c92b2df9",
33
33
  "@rollup/plugin-replace": "^5.0.7",
34
34
  "@vitejs/plugin-vue": "^5.1.2",
35
35
  "@vitejs/plugin-vue-jsx": "^4.0.0",