Skip to content

Instantly share code, notes, and snippets.

@chris-feist
Created March 4, 2020 21:44
Show Gist options
  • Save chris-feist/6c286eee35d62794b9d47b5f9ff77769 to your computer and use it in GitHub Desktop.
Save chris-feist/6c286eee35d62794b9d47b5f9ff77769 to your computer and use it in GitHub Desktop.
Babel Config for production GraphQL server example
module.exports = {
presets: [
[
'@babel/preset-env',
{
targets: {
node: 'current',
},
},
],
],
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment