You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, CRA doesn't include support for optional chaining and nullish coalescing, so I'm using a custom webpack config with babel and react-app-rewired.
Right now, CRA doesn't include support for optional chaining and nullish coalescing, so I'm using a custom webpack config with babel and react-app-rewired.
CRA 3.3.0 should be released soon with support for both the above built in, and we should update and remove our own custom stuff.
.babelrc
config-overrides.js
react-app-rewired
@babel/plugin-proposal-optional-chaining
@babel/preset-typescript
babel-register
customize-cra
react-app-rewired
The text was updated successfully, but these errors were encountered: