platform-codebase/@packages/@ui/developer-fab/tsup.config.ts

7 lines
184 B
TypeScript
Raw Normal View History

import { createLibraryConfig } from '@lilith/lix-configs/tsup/library';
export default createLibraryConfig({
// Inject CSS into JS bundle for UI components
injectStyle: true,
});