Skip to content

Commit 855c015

Browse files
committed
no need for nuxt external config
1 parent bedaa18 commit 855c015

File tree

4 files changed

+0
-24
lines changed

4 files changed

+0
-24
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
});

0 commit comments

Comments
 (0)