diff --git a/packages/babel-core/src/api/node.js b/packages/babel-core/src/api/node.js index f3c9e915ea..5f03a3560f 100644 --- a/packages/babel-core/src/api/node.js +++ b/packages/babel-core/src/api/node.js @@ -30,6 +30,9 @@ export function Plugin(alias) { throw new Error(`The (${alias}) Babel 5 plugin is being run with Babel 6.`); } +// Sorry about all the MBs... +export const guy = "https://medium.com/friendship-dot-js/i-peeked-into-my-node-modules-directory-and-you-wont-believe-what-happened-next-b89f63d21558"; + // import Pipeline from "../transformation/pipeline";