Files
js13kgames-template/.babelrc
Indrajith K L 0193315dd5 ⬆️ 💎
* Support ES6
* Integrates jsfxr
2018-08-12 17:52:54 +05:30

13 lines
155 B
Plaintext

{
"presets": [
[
"env",
{
"modules": false
}
]
],
"plugins": [
"external-helpers"
]
}