Skip to content

Commit db652cd

Browse files
committed
feat: inline TS for rolldown
1 parent 2a2964b commit db652cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/script.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export function canInlineMain(
128128
}
129129
if (
130130
lang === 'ts' &&
131-
(options.devServer || ['esbuild', 'rspack'].includes(framework))
131+
(options.devServer || ['esbuild', 'rspack', 'rolldown'].includes(framework))
132132
) {
133133
return true
134134
}

0 commit comments

Comments
 (0)