aboutsummaryrefslogtreecommitdiff
path: root/.babelrc
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2017-09-28 15:58:15 +0300
committerValentin Popov <info@valentineus.link>2017-09-28 15:58:15 +0300
commitbe7f975919e013a48d0baf178f4b6bb18fecf733 (patch)
tree0d541b2dceb6721dae3beb11dfad6104c9dfd185 /.babelrc
parent9bbf6408667dac34afaf2ff6b7f0ce0d57b0e6b1 (diff)
downloadiii-client-be7f975919e013a48d0baf178f4b6bb18fecf733.tar.xz
iii-client-be7f975919e013a48d0baf178f4b6bb18fecf733.zip
Redesigned assembly package
Diffstat (limited to '.babelrc')
-rw-r--r--.babelrc5
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