Evening folks I m wonde…
Evening folks, I’m wondering if it is possible to pass a custom babel config/run a custom server using typescript when using @nrwl/next
with a customServerPath? We are trying to port our existing codebase into NX and we currently use a custom express server to run our application, but because it uses import/export syntax, it isn’t porting over to NX terribly well. Is there a workaround for this?
Responses:
I remember seeing this PR, but it got abandoned. I’d be interested in the same feature.
https://github.com/nrwl/nx/pull/2227
In the end, i decided to write a custom build using @nrwl/express
Not the most elegant solution, but it’s good enough for the interim