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
react-components was initially bootstrapped with CRA. While this has been serving us well until now, CRA has an unfortunate behaviour that overwrites tsconfig in a way that is undesirable for us. Running react-scripts will currently always touch tsconfig, which is a nuisance and could lead to an invalid tsconfig being unintentionally committed.
Fortunately we do not use CRA for our build process, but the following will need to migrated:
react-components
was initially bootstrapped with CRA. While this has been serving us well until now, CRA has an unfortunate behaviour that overwrites tsconfig in a way that is undesirable for us. Runningreact-scripts
will currently always touchtsconfig
, which is a nuisance and could lead to an invalid tsconfig being unintentionally committed.Fortunately we do not use CRA for our build process, but the following will need to migrated:
yarn test
current uses react-scriptsThe text was updated successfully, but these errors were encountered: