Skip to content

Assets and Styles type of behavior #731

Open
@AsifulNobel

Description

@AsifulNobel

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?

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