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

Fix webpack HMR proxying logic for apps running on non-root URLs (e.g., full IIS virtual directories) #1106

Merged
merged 1 commit into from
Jul 11, 2017

Conversation

SteveSandersonMS
Copy link
Member

Previously the proxying logic handled nonempty PathBase values incorrectly. Also it didn't allow for Webpack publicPath values being set dynamically at runtime via <base href>. Both of these are needed for HMR to work correctly if the app is hosted in a virtual directory.

This change, along with an update to the aspnet-webpack NPM package, will fix #488

@SteveSandersonMS
Copy link
Member Author

@Eilon Approval to merge?

@SteveSandersonMS
Copy link
Member Author

Got approval from @Eilon

@SteveSandersonMS SteveSandersonMS merged commit 44f86eb into rel/2.0.0 Jul 11, 2017
@SteveSandersonMS SteveSandersonMS deleted the fix-hmr-on-full-iis-virtual-directories branch July 11, 2017 17:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants