We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a2964b commit db652cdCopy full SHA for db652cd
1 file changed
src/core/script.ts
@@ -128,7 +128,7 @@ export function canInlineMain(
128
}
129
if (
130
lang === 'ts' &&
131
- (options.devServer || ['esbuild', 'rspack'].includes(framework))
+ (options.devServer || ['esbuild', 'rspack', 'rolldown'].includes(framework))
132
) {
133
return true
134
0 commit comments