Skip to content

Instantly share code, notes, and snippets.

@zpao
Created September 11, 2017 16:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zpao/cc26bbad8f1aba1aa87b1327a184c62f to your computer and use it in GitHub Desktop.
Save zpao/cc26bbad8f1aba1aa87b1327a184c62f to your computer and use it in GitHub Desktop.
{
"plugins": [
["babel-preset-fbjs/plugins/rewrite-modules", {
map: {
'./original': './rewritten'
},
prefix: '',
}]
],
}
require('./original');
console.log('original')
console.log('rewritten')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment