Include full error messages in React Native build (#15363)
The React Native build does not minify error messages in production, but it still needs to run the error messages transform to compile `invariant` calls to `ReactError`. To do this, I added a `noMinify` option to the Babel plugin. I also renamed it from `minify-error-messages` to the more generic `transform-error-messages`.
A
Andrew Clark committed
875d05d5532b0e0b50faec6656a168cd9bb1a039
Parent: 1b2159a
Committed by GitHub <noreply@github.com>
on 4/9/2019, 11:40:19 PM