diff options
author | Valentin Popov <info@valentineus.link> | 2017-10-04 18:59:46 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-10-04 18:59:46 +0300 |
commit | b36916c7f540d55ae28962503d4d1135e3ce3092 (patch) | |
tree | 381bf9226ee3311404ba2c55e0ca9bcbabd4154c /.babelrc | |
download | simple-container-b36916c7f540d55ae28962503d4d1135e3ce3092.tar.xz simple-container-b36916c7f540d55ae28962503d4d1135e3ce3092.zip |
Initial commit
Diffstat (limited to '.babelrc')
-rw-r--r-- | .babelrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.babelrc b/.babelrc new file mode 100644 index 0000000..0c77244 --- /dev/null +++ b/.babelrc @@ -0,0 +1,5 @@ +{ + presets: ["es2015"], + sourceMaps: false, + comments: false +}
\ No newline at end of file |