mirror of
https://github.com/facebook/react.git
synced 2026-02-27 03:07:57 +00:00
The Commoner upgrade is a big one because it makes bin/jsx no longer rewrite module identifiers to be relative by default, which should reduce confusion for people trying to use it as a standalone transformer. Closes #80.