-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Blocks #19
Problem
The current build process (tsc
) leaves SCSS imports in the JS component files and applications can't resolve them. This is part of theme provider refactoring work and will fix integration with TrustyAI dashboard.
tsc
compiler doesn't handle SCSS imports- Raw imports like
import './Component.scss'
remain in compiled output - Consumer apps break unless they have specific SCSS loader configuration
Work Items
- Integrate bundler to build process for SCSS to CSS
- Update build script
- Export bundled CSS:
"./dist/style.css": "./dist/style.css"
Metadata
Metadata
Assignees
Labels
No labels