Skip to content

Add SCSS Bundling to Build Step #20

@jenny-s51

Description

@jenny-s51

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions