File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
dev-packages/e2e-tests/test-applications/nuxt-4 Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 11// https://nuxt.com/docs/api/configuration/nuxt-config
22export default defineNuxtConfig ( {
3- future : { compatibilityVersion : 4 } ,
43 compatibilityDate : '2025-06-06' ,
54 imports : { autoImport : false } ,
65
@@ -13,10 +12,4 @@ export default defineNuxtConfig({
1312 } ,
1413 } ,
1514 } ,
16- nitro : {
17- rollupConfig : {
18- // @sentry /... is set external to prevent bundling all of Sentry into the `runtime.mjs` file in the build output
19- external : [ / @ s e n t r y \/ .* / ] ,
20- } ,
21- } ,
2215} ) ;
Original file line number Diff line number Diff line change 1818 "dependencies" : {
1919 "@pinia/nuxt" : " ^0.5.5" ,
2020 "@sentry/nuxt" : " latest || *" ,
21- "nuxt" : " ^3.17.5 "
21+ "nuxt" : " ^4.0.0-alpha.4 "
2222 },
2323 "devDependencies" : {
2424 "@playwright/test" : " ~1.50.0" ,
You can’t perform that action at this time.
0 commit comments