You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to configure the webpack configuration so that assets, styles & scripts properties in angular.json file are included in the finished build? What I mean is that there are usually properties for assets, styles & scripts in angular.json file, where you can mention additional files & directories. That is helpful to include additional global styles and also the file order in those property arrays are maintained after generating the client-side angular pages. But I did not find anything like that in this starter. At the moment, it looks like only css files that are referenced in styleUrls property are getting included. Is it expected that global style files should be manually referenced on _Layout.cshtml?
I am not very experienced with the webpack build system. So, am I missing something here?
The text was updated successfully, but these errors were encountered:
Is there a way to configure the webpack configuration so that assets, styles & scripts properties in angular.json file are included in the finished build? What I mean is that there are usually properties for assets, styles & scripts in angular.json file, where you can mention additional files & directories. That is helpful to include additional global styles and also the file order in those property arrays are maintained after generating the client-side angular pages. But I did not find anything like that in this starter. At the moment, it looks like only css files that are referenced in styleUrls property are getting included. Is it expected that global style files should be manually referenced on _Layout.cshtml?
I am not very experienced with the webpack build system. So, am I missing something here?
The text was updated successfully, but these errors were encountered: