Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(infrastructure): Disable webpack-dev-server host checking (#571)
Changes introduced in the most recent version of WDS hardened CORS access to resources. This however breaks our development model when using proxies like ngrok to test across devices. Because all of our assets are publicly available, and our WDS usage is purely transient, I believe it's safe to disable this.
- Loading branch information