Skip to content

Instantly share code, notes, and snippets.

@eduardopc
Created April 29, 2020 05:25
Show Gist options
  • Save eduardopc/d4c80e4e7d1a8ffff746ab886e0f33ab to your computer and use it in GitHub Desktop.
Save eduardopc/d4c80e4e7d1a8ffff746ab886e0f33ab to your computer and use it in GitHub Desktop.
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