-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Closed
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Description
When introducing a custom .babelrc
, it's necessary to add the resetCache flag to the packager. This requires digging into node_modules
and isn't the most developer friendly (DX anybody? :P)
So we should either allow users to do:
./node_modules/react-native/packager/packager.sh clean
or
./node_modules/react-native/packager/packager.sh -root . -clean
Also open to other solutions! cc @amasad
junkycoder, yusukeshib, alwayalive, matthargett, bewarsalah and 1 more
Metadata
Metadata
Assignees
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.