mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
60a6665bbd
This basically calls `npm pack`, installs the resulting package in a temporary directory, then requires it and attempts to use the .transform method. Closes #12.