Files
react/scripts
Andrew Clark 30b1a8009c Don't extract errors in CI (#15758)
Removes `--extract-errors` argument from CI build script command.
Instead, the author is expected to run `yarn extract-errors` locally
or manually edit the error code map.

The lint rule should be sufficient to catch unminified errors, but
as an extra precaution, I added a post-build step that greps the
production bundles. The post-build step works even if someone disables
the lint rule for a specific line or file.
2019-05-29 14:20:29 -07:00
..
2018-11-12 16:25:32 +00:00
2019-02-24 09:50:23 -08:00
2018-09-11 21:06:44 +01:00
2013-09-09 23:42:54 -07:00