Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save DmitriBarannyk/6de9f3be6ff8d243619e21220289b3c9 to your computer and use it in GitHub Desktop.
Save DmitriBarannyk/6de9f3be6ff8d243619e21220289b3c9 to your computer and use it in GitHub Desktop.
module.exports = {
presets: [
[
'@babel/preset-env',
{
targets: {
esmodules: true,
},
},
],
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment