Skip to content

Commit 354e80f

Browse files
committed
test(nuxt): Remove external config
1 parent 56c9fcb commit 354e80f

File tree

5 files changed

+0
-30
lines changed

5 files changed

+0
-30
lines changed

dev-packages/e2e-tests/test-applications/nuxt-3-dynamic-import/nuxt.config.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@ export default defineNuxtConfig({
1111
},
1212
},
1313
},
14-
nitro: {
15-
rollupConfig: {
16-
// @sentry/... is set external to prevent bundling all of Sentry into the `runtime.mjs` file in the build output
17-
external: [/@sentry\/.*/],
18-
},
19-
},
2014
sentry: {
2115
autoInjectServerSentry: 'experimental_dynamic-import',
2216
},

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

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

dev-packages/e2e-tests/test-applications/nuxt-3-top-level-import/nuxt.config.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@ export default defineNuxtConfig({
1111
},
1212
},
1313
},
14-
nitro: {
15-
rollupConfig: {
16-
// @sentry/... is set external to prevent bundling all of Sentry into the `runtime.mjs` file in the build output
17-
external: [/@sentry\/.*/],
18-
},
19-
},
2014
sentry: {
2115
autoInjectServerSentry: 'top-level-import',
2216
},

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

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

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
@@ -13,10 +13,4 @@ export default defineNuxtConfig({
1313
},
1414
},
1515
},
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-
},
2216
});

0 commit comments

Comments
 (0)