diff options
| author | Indrajith K L | 2017-11-02 13:31:13 +0530 | 
|---|---|---|
| committer | Indrajith K L | 2017-11-02 13:31:13 +0530 | 
| commit | 70a7e6c3c2019346ea8ad5c52feb464efa0531e5 (patch) | |
| tree | 4bf9315ab9979481c631775007ec3ff05d1ee61e /.babelrc | |
| download | es6-backbone-70a7e6c3c2019346ea8ad5c52feb464efa0531e5.tar.gz es6-backbone-70a7e6c3c2019346ea8ad5c52feb464efa0531e5.tar.bz2 es6-backbone-70a7e6c3c2019346ea8ad5c52feb464efa0531e5.zip | |
Initial Commit ES6 barebone
Diffstat (limited to '.babelrc')
| -rw-r--r-- | .babelrc | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/.babelrc b/.babelrc new file mode 100644 index 0000000..a0765e1 --- /dev/null +++ b/.babelrc @@ -0,0 +1,3 @@ +{ +    "presets": ["es2015"] +} | 
