Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

In WebpackDevMiddleware, support array-style Webpack configs #291

Closed
@SteveSandersonMS

Description

@SteveSandersonMS

As per comments in #132, Webpack itself allows multiple simultaneous configurations (the webpack.config.js file just needs to export an array of configs).

WebpackDevMiddleware should support it (just because there's no reason why not, as long as each config specifies a distinct publicPath). Need to have the JS code return an array of publicPath values to .NET rather than just a single one.

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