diff options
author | Valentin Popov <info@valentineus.link> | 2017-09-28 15:58:15 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-09-28 15:58:15 +0300 |
commit | be7f975919e013a48d0baf178f4b6bb18fecf733 (patch) | |
tree | 0d541b2dceb6721dae3beb11dfad6104c9dfd185 /.babelrc | |
parent | 9bbf6408667dac34afaf2ff6b7f0ce0d57b0e6b1 (diff) | |
download | iii-client-be7f975919e013a48d0baf178f4b6bb18fecf733.tar.xz iii-client-be7f975919e013a48d0baf178f4b6bb18fecf733.zip |
Redesigned assembly package
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..ef0ccae --- /dev/null +++ b/.babelrc @@ -0,0 +1,5 @@ +{ + presets: ["es2015"], + sourceMaps: "both", + comments: false +}
\ No newline at end of file |