Skip to content

Commit cbbf917

Browse files
pi0claude
andcommitted
revert: drop attachDebugInfo overrides
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent ed88d0c commit cbbf917

3 files changed

Lines changed: 0 additions & 7 deletions

File tree

src/build/rolldown/config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ export const getRolldownConfig = async (nitro: Nitro): Promise<RolldownOptions>
4141
optimization: {
4242
inlineConst: true,
4343
},
44-
experimental: {
45-
attachDebugInfo: "none",
46-
},
4744
output: {
4845
format: "esm",
4946
entryFileNames: "index.mjs",

src/build/vite/bundler.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ export const getBundlerConfig = async (
4343
transform: {
4444
inject: base.env.inject as Record<string, string>,
4545
},
46-
experimental: {
47-
attachDebugInfo: "none",
48-
},
4946
output: {
5047
minifyInternalExports: false,
5148
codeSplitting: {

src/build/vite/env.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ export function createServiceEnvironment(
7777
...(ctx._isRolldown
7878
? {
7979
rolldownOptions: {
80-
experimental: { attachDebugInfo: "none" },
8180
output: { minifyInternalExports: false },
8281
},
8382
}

0 commit comments

Comments
 (0)