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 1
1
// https://nuxt.com/docs/api/configuration/nuxt-config
2
2
export default defineNuxtConfig ( {
3
- future : { compatibilityVersion : 4 } ,
4
3
compatibilityDate : '2025-06-06' ,
5
4
imports : { autoImport : false } ,
6
5
@@ -13,10 +12,4 @@ export default defineNuxtConfig({
13
12
} ,
14
13
} ,
15
14
} ,
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
- } ,
22
15
} ) ;
Original file line number Diff line number Diff line change 18
18
"dependencies" : {
19
19
"@pinia/nuxt" : " ^0.5.5" ,
20
20
"@sentry/nuxt" : " latest || *" ,
21
- "nuxt" : " ^3.17.5 "
21
+ "nuxt" : " ^4.0.0-alpha.4 "
22
22
},
23
23
"devDependencies" : {
24
24
"@playwright/test" : " ~1.50.0" ,
You can’t perform that action at this time.
0 commit comments