Skip to content

Commit 73309bb

Browse files
committed
remove external config from test
1 parent 588d63f commit 73309bb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

dev-packages/e2e-tests/test-applications/nuxt-4/nuxt.config.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,4 @@ export default defineNuxtConfig({
1212
},
1313
},
1414
},
15-
nitro: {
16-
rollupConfig: {
17-
// @sentry/... is set external to prevent bundling all of Sentry into the `runtime.mjs` file in the build output
18-
external: [/@sentry\/.*/],
19-
},
20-
},
2115
});

0 commit comments

Comments
 (0)