Replies: 1 comment
-
npm run build -- --profile |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was straggling with this issue but hopefully, I found a simple solution.
To stop or disable mangling just use profile flag to allow profiling.
Like this: npm run build -- --profile
References:
facebook/react-native#9711
expo/expo#378
facebook/metro#50
facebook/create-react-app#4081
Beta Was this translation helpful? Give feedback.
All reactions