Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Capture assets using the same hostname, regardless of port (#535)
Currently, if someone is serving their app from `localhost:3001` and then serves their assets from `localhost:3002`, we will skip the assets coming from `localhost:3002`. This is because we're taking the port into account for asset discovery right now. This change removes the port from consideration and captures all assets based on the `hostname` rather than `host`.
- Loading branch information