Skip to content

Instantly share code, notes, and snippets.

@beaulac
Created November 27, 2019 18:33
Show Gist options
  • Save beaulac/81ef6ae1da7e5c796f53b31217542e64 to your computer and use it in GitHub Desktop.
Save beaulac/81ef6ae1da7e5c796f53b31217542e64 to your computer and use it in GitHub Desktop.
Sparse checkout configuration for building a single babel plugin
/*
!/packages/*
/packages/babel-core
/packages/babel-standalone
/packages/babel-preset-env-standalone
/packages/babel-parser
/packages/babel-types
/packages/babel-polyfill
/packages/babel-plugin-transform-runtime
# /packages/PLUGIN_YOU_WANT_TO_BUILD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment