Steps to reproduce:
- Run
yo chisel.
- Select "WordPress with Front-end".
- When "Enter URL" shows up, enter a url different than the default one.
- When Yo finishes it's job run
gulp to fire BrowserSync.
- It should stuck trying to load
localhost:3000.
Looks like alternate URL isn't provided for server.js scripts which results in an error. Manually adding "proxyTarget": "[alternate URL]", inside .yo-rc deals with the issue.