Ross Rasmussen
Ross Rasmussen
Hi @iansu @mrmckeb, my apologies with the CLA agreement delay. Had a few hoops and hurdles to go through to get that in place. Let me know if this looks...
@SlowBurner that's correct, we're [using the `PUBLIC_URL`](https://create-react-app.dev/docs/advanced-configuration#:~:text=for%20more%20details.-,PUBLIC_URL,-%E2%9C%85%20Used) to modify the public path setting in webpack. As you can see `PUBLIC_URL` is directly used to set the [webpack publicPath field](https://webpack.js.org/guides/public-path/) your...
@chimurai the way we're using `http-proxy-middleware` is through a node utility, so we can't dictate what domain/ip-address they use specifically. In the meantime we have this workaround/hack in place for...
Same for Node 12: ``` warn: lambda runtime not yet supported: `nodejs12.x` (for `xxx`) ```