-
-
Notifications
You must be signed in to change notification settings - Fork 260
Closed
Description
guys when i try to transpile my ts and svelte project,i ran the following command
tsup src --dts
my config is
import { defineConfig } from 'tsup';
export default defineConfig({
clean: true,
target: 'esnext',
format: ['esm'],
treeshake: true,
bundle: false,
splitting: true,
});
i get the following error
X [ERROR] Invalid compiler option: The boolean options have been removed from the css option. Use "external" instead of false and "injected" instead of true [plugin svelte]
ESM Build failed
Error: Build failed with 1 error:
error: Invalid compiler option: The boolean options have been removed from the
css option. Use "external" instead of false and "injected" instead of true
Metadata
Metadata
Assignees
Labels
No labels