Skip to content

Commit

Permalink
Fix link on error-codes/README.md (#16595)
Browse files Browse the repository at this point in the history
  • Loading branch information
sukjae authored and Sunil Pai committed Aug 28, 2019
1 parent 0f3e82f commit 1b585f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/error-codes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ provide a better debugging support in production. Check out the blog post
- [`extract-errors.js`](https://github.com/facebook/react/blob/master/scripts/error-codes/extract-errors.js)
is an node script that traverses our codebase and updates `codes.json`. You
can test it by running `yarn extract-errors`.
- [`transform-error-messages`](https://github.com/facebook/react/blob/master/scripts/error-codes/transform-error-messages)
- [`transform-error-messages`](https://github.com/facebook/react/blob/master/scripts/error-codes/transform-error-messages.js)
is a Babel pass that rewrites error messages to IDs for a production
(minified) build.

0 comments on commit 1b585f6

Please sign in to comment.