Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 Fix bug that prevents loading assets with
webpacker-dev-server
Issue reactjs#739 In certain circumstances `webpacker-dev-server` includes the full path (protocol and host with port) in the paths generated for the packs/manifest.json file. This addition removes the protocol, host, and port from the asset path when present allowing assets to be correctly loaded.
- Loading branch information