We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f46666 commit 2fee564Copy full SHA for 2fee564
build.ts
@@ -69,6 +69,7 @@ export async function build({
69
const contents = await Bun.file(path).text();
70
const tsloader = new Bun.Transpiler({
71
loader: loader as JavaScriptLoader,
72
+ autoImportJSX: true,
73
});
74
if (
75
!tsloader.scan(contents).exports.includes("getServerSideProps")
0 commit comments