Last active
December 12, 2015 19:16
-
-
Save patrickheeney/0e7f6324457d0c786acb to your computer and use it in GitHub Desktop.
Babel6 Patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Use within same directory as node_modules | |
mv node_modules/babel-runtime node_modules/babel-runtime-bak | |
git clone [email protected]:loganfsmyth/babel.git node_modules/babel-patch | |
cd node_modules/babel-patch | |
git checkout runtime-typeof-error-T6644 | |
npm install | |
make | |
make build-dist | |
cd ../../ | |
cp -r node_modules/babel-patch/packages/babel-runtime node_modules/babel-runtime |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment