Created
November 27, 2019 18:33
-
-
Save beaulac/81ef6ae1da7e5c796f53b31217542e64 to your computer and use it in GitHub Desktop.
Sparse checkout configuration for building a single babel plugin
This file contains hidden or 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
/* | |
!/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