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
{{message }}
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
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.
QuinntyneBrown, nbellocam, ehaskins and ademcaglin