Nicholas Cunningham
Nicholas Cunningham
fork it and make changes
This should be closed?
We made the decision to remove the `proxyConfig` feature in order to enhance our interaction with Next.js CLI and leverage its API. Our previous approach of not directly using the...
The custom server should be working now as of this PR: https://github.com/nrwl/nx/pull/19833 As for the `proxyConfig`, I do not think it is feasible strategy at this moment. You are better...
Can you upgrade to the latest version of Nx? We just published `v16.5.0`. Initially, we thought that having the defaulted `localhost` as the hostname would be fine but there it's...
> Can you reference the PR associated with the revert? Here is the PR for the revert: https://github.com/nrwl/nx/pull/17931
Closing as I think the issue has been fixed. Thanks!
This probably started occurring when we switched over to use the Next CLI. Moving forward, we want to keep our package close to Next.js' as such we will deprecate this...
Sorry for the late response. This should already be supported. Enabling it should be to change the `compiler` options the webpack config via `withNx({ compiler: 'swc' })` this should add...
I think @AgentEnder is probably the right person to comment and finish reviewing the PR I'll assign this to him.