⬆️ 💎

* Support ES6
* Integrates jsfxr
This commit is contained in:
Indrajith K L
2018-08-12 17:52:54 +05:30
parent db47cb139e
commit 0193315dd5
7 changed files with 1301 additions and 196 deletions

13
.babelrc Normal file
View File

@@ -0,0 +1,13 @@
{
"presets": [
[
"env",
{
"modules": false
}
]
],
"plugins": [
"external-helpers"
]
}