single-spa / single-spa-angular

Helpers for building single-spa applications which use Angular
Apache License 2.0
203 stars 78 forks source link

external css library files are not bundled along with main.js file. #485

Closed LindaSebastian closed 1 year ago

LindaSebastian commented 1 year ago

Demonstration

Upgraded project from Angular 8 to angular 14. Single-spa-angular version 7.1.0. Since the default webpack css loader is style-loader. Can we generate css library(with icons and fonts) bundled outside the main.js file.

Expected Behavior

Actual Behavior