Skip to content

Commit

Permalink
Update esbuild/dev.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvishnoi authored Sep 27, 2024
1 parent d0d7022 commit 700bb59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esbuild/dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function liveReloadPlugin({ target }: { target: Target }): ESBuildPlugin {
const contents = await readFile(args.path, 'utf8');
return {
contents: contents + '\n\n\n' + reloadScriptContent,
loader: 'tsx' as const,
loader: 'ts' as const,
};
});
},
Expand Down

0 comments on commit 700bb59

Please sign in to comment.