Skip to content

Commit 53c9c68

Browse files
authored
test(nuxt): Use official Nuxt 4 version for E2E test (#16770)
Nuxt starts releasing official Nuxt 4 versions which we can use for the E2E test.
1 parent 98e8774 commit 53c9c68

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed
Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// https://nuxt.com/docs/api/configuration/nuxt-config
22
export 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: [/@sentry\/.*/],
20-
},
21-
},
2215
});

dev-packages/e2e-tests/test-applications/nuxt-4/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
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",

0 commit comments

Comments
 (0)