Skip to content

Instantly share code, notes, and snippets.

@fakenickels
Created July 25, 2017 19:58
Show Gist options
  • Save fakenickels/1d6445e08a8e3e0f09906344b7d5fbba to your computer and use it in GitHub Desktop.
Save fakenickels/1d6445e08a8e3e0f09906344b7d5fbba to your computer and use it in GitHub Desktop.
Useful commands

removes all babelrc

$ find node_modules/ -type f -name .babelrc | grep -v packager | xargs rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment