goatandsheep/react-native-dotenv

Slow refresh time after updating babel loader

elitenas opened this issue · 2 comments

I have had a caching environment variable and i solved it by adding the following in my overrides:

"@babel/core": "^7.20.2",
"babel-loader": "8.3.0"

The issue is that when I add babel-loader, it takes up to 30 to 45 seconds for my changes to apply when i m doing development. Is there a way around it? Updating to babel-loader 9 completely breaks my application

Hey, thank you for opening this issue! 🙂 To boost priority on this issue and support open source please tip the team at https://issuehunt.io/r/goatandsheep/react-native-dotenv/issues/413

This seems to be resolved by upgrading to expo 48 and babel-loader: 9.x.x