Add babel

This commit is contained in:
Tangent 2020-03-24 23:48:38 -04:00
parent 4212952abc
commit e3ddadadda
3 changed files with 520 additions and 22 deletions

10
.babelrc Normal file
View file

@ -0,0 +1,10 @@
{
"plugins": [
[
"@babel/plugin-proposal-class-properties",
{
"legacy": true
}
]
]
}