Closed jstejada closed 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
babel-preset-env
Sounds good!
When running babel-preset-env ^3.0.0, I'm running into the following error:
This PR makes it so
babel-preset-env
exports the configure function by default