diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-09-28 17:54:09 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-09-28 17:54:09 (GMT) |
commit | 7e3963d4a0ca528f041023146ba37810c9aef027 (patch) | |
tree | 9c071df311865ea0631d547c45c387696b682d36 /.babelrc | |
parent | abff311cf69765ce7afebfb1523d37717af88e8e (diff) |
added npm build environment
Diffstat (limited to '.babelrc')
-rw-r--r-- | .babelrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.babelrc b/.babelrc new file mode 100644 index 0000000..520d7f0 --- /dev/null +++ b/.babelrc @@ -0,0 +1 @@ + { "presets": ["react"] } |