diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-12-08 17:17:57 +0200 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-12-08 17:17:57 +0200 |
| commit | a4ed62da476682083b8a6c30ef768e9619e5b345 (patch) | |
| tree | 6a2a2b792c506f59302309a856e051a61c8c7c7e /.babelrc | |
| parent | c52b19823b2575130b3ef1e133f494b176fa1500 (diff) | |
React+babel is working
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..93fbaa3 --- /dev/null +++ b/.babelrc @@ -0,0 +1,3 @@ +{ + "presets": ["es2015", "stage-0", "react"] +}
\ No newline at end of file |
