Skip to content

Instantly share code, notes, and snippets.

@patrickheeney
Last active December 12, 2015 19:16
Show Gist options
  • Save patrickheeney/0e7f6324457d0c786acb to your computer and use it in GitHub Desktop.
Save patrickheeney/0e7f6324457d0c786acb to your computer and use it in GitHub Desktop.
Babel6 Patch
//Use within same directory as node_modules
mv node_modules/babel-runtime node_modules/babel-runtime-bak
git clone git@github.com: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