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
When trying to setup Haul in an existing project, the haul init command gets stuck at the second step (updating Babel config). I believe this may be due to my project using the JSON version of the config via babel.config.json.
Here's the content of my Babel configuration file:
Environment
Description
When trying to setup Haul in an existing project, the
haul init
command gets stuck at the second step (updating Babel config). I believe this may be due to my project using the JSON version of the config viababel.config.json
.Here's the content of my Babel configuration file:
Reproducible Demo
Create a new React Native app by using
react-native init
and instead of using the conventionalbabel.config.js
, replace it withbabel.config.json
.The text was updated successfully, but these errors were encountered: