Skip to content

Instantly share code, notes, and snippets.

@Alecto
Last active June 17, 2019 15:38
Show Gist options
  • Save Alecto/b1563e25f6f1df337291a423d916cfa4 to your computer and use it in GitHub Desktop.
Save Alecto/b1563e25f6f1df337291a423d916cfa4 to your computer and use it in GitHub Desktop.
Конфигурация плагина Babel
{
"presets": [
"@babel/preset-env"
],
"plugins": [
"@babel/plugin-proposal-class-properties"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment