_Please make sure you have read the submission guidelines before posting an issue_
Will @nrwl/react support typescript 3.7.4 and optional chaining?
It seems we need to add Babel plugins in webpack.config.js https://github.com/nrwl/nx/issues/1931#issuecomment-571398087 to use Optional Chaining because Nx currently uses @babel/[email protected].
https://github.com/nrwl/nx/blob/master/packages/web/package.json#L45
easiest solution would be to bump to latest babel 7.8 and babel-preset which supports those features by default
The bump to 7.8.0 will be in the next version. PR is here https://github.com/nrwl/nx/pull/2346
Most helpful comment
The bump to 7.8.0 will be in the next version. PR is here https://github.com/nrwl/nx/pull/2346