Last active
June 17, 2019 15:38
-
-
Save Alecto/b1563e25f6f1df337291a423d916cfa4 to your computer and use it in GitHub Desktop.
Конфигурация плагина Babel
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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