mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-02 12:24:03 -04:00
fix tsup jsx config
This commit is contained in:
@@ -15,5 +15,8 @@ export default defineConfig({
|
||||
'class-variance-authority'
|
||||
],
|
||||
treeshake: true,
|
||||
sourcemap: true
|
||||
sourcemap: true,
|
||||
esbuildOptions(options) {
|
||||
options.jsx = 'automatic';
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user