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
For apps, I think it makes sense to have helpers on by default instead of duplicating them in every module.
For components/modules there probably comes a time where it's worth enabling helpers - e.g. here's the PR for enabling them in React Bootstrap: react-bootstrap/react-bootstrap#841
You also need to add babel-runtime as a dependency when enabling external helpers, so this should be added to the questions which get asked when creating a component project.
The text was updated successfully, but these errors were encountered:
The
helpers
default should probably be revisited.These are the current defaults for runtime-transform, configured to let you use
async
/await:
, pulling in the necessary runtime only when required:For apps, I think it makes sense to have
helpers
on by default instead of duplicating them in every module.For components/modules there probably comes a time where it's worth enabling helpers - e.g. here's the PR for enabling them in React Bootstrap: react-bootstrap/react-bootstrap#841
You also need to add
babel-runtime
as a dependency when enabling external helpers, so this should be added to the questions which get asked when creating a component project.The text was updated successfully, but these errors were encountered: