diff options
author | Indrajith K L | 2018-08-12 17:52:54 +0530 |
---|---|---|
committer | Indrajith K L | 2018-08-12 17:52:54 +0530 |
commit | 0193315dd52bf763d7b8f570039cd1771b2e725c (patch) | |
tree | 1e1b90862c11d7a2e7749789aaf6cb45765114d8 /.babelrc | |
parent | db47cb139e2677fb0d57f7c5fd5198d76ee2ca56 (diff) | |
download | js13kgames-template-0193315dd52bf763d7b8f570039cd1771b2e725c.tar.gz js13kgames-template-0193315dd52bf763d7b8f570039cd1771b2e725c.tar.bz2 js13kgames-template-0193315dd52bf763d7b8f570039cd1771b2e725c.zip |
:arrow_up: :gem:
* Support ES6
* Integrates jsfxr
Diffstat (limited to '.babelrc')
-rw-r--r-- | .babelrc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.babelrc b/.babelrc new file mode 100644 index 0000000..016e140 --- /dev/null +++ b/.babelrc @@ -0,0 +1,13 @@ +{ + "presets": [ + [ + "env", + { + "modules": false + } + ] + ], + "plugins": [ + "external-helpers" + ] + }
\ No newline at end of file |