Dev build not working on Windows (yarn dev)
codeBelt opened this issue · 1 comments
codeBelt commented
Windows has a hard time with the single & for parallel executions. Its to do with "dev": "cross-env npm run watchServer & npm run devServer",.
Same as JS version: codeBelt/hapi-react-hot-loader-example#21