Skip to content

Support *.css file imports from *.ts using application builder #27414

Closed as not planned
@Carlosamouco

Description

@Carlosamouco

Command

build, serve

Description

Currently, if we import import a css file from a typescript/javascript file, esbuild will bundle all the *.css imports for each entry point. However, the generated bundle is never loaded into the page.

If we have third party libraries that import *.css files like monaco-editor, it will work, but only during ng serve and with prebundle set to true.

Describe the solution you'd like

N/A

Describe alternatives you've considered

N/A

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