Closed as not planned
Description
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
Labels
No labels