In WebpackDevMiddleware, support array-style Webpack configs #1405

Closed
opened 2025-08-09 17:20:01 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @SteveSandersonMS on 9/1/2016

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.

*Originally created by @SteveSandersonMS on 9/1/2016* 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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#1405
No description provided.