facebook / fbjs

A collection of utility libraries used by other Meta JS projects.
MIT License
1.95k stars 313 forks source link

In Babel 7, a preset should always export a function by default #309

Closed jstejada closed 6 years ago

jstejada commented 6 years ago

When running babel-preset-env ^3.0.0, I'm running into the following error:

Plugin/Preset files are not allowed to export objects, only functions. In /Users/jstejada/relay/node_modules/babel-preset-fbjs/index.js

This PR makes it so babel-preset-env exports the configure function by default

jstejada commented 6 years ago

Sounds good!