Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/icewind1991/files_markdown.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2017-08-26 18:22:18 +0300
committerRobin Appelman <robin@icewind.nl>2017-08-26 18:22:18 +0300
commit7514c06ee927d4fd642dd647789db05d75be59d4 (patch)
tree18a27c8739b0852252b079f39e82605e1f47fe55 /.babelrc
parent0e90067ab0976f7b08b85fa1ee2ab105c29cf337 (diff)
switch to webpack for bundeling
Diffstat (limited to '.babelrc')
-rw-r--r--.babelrc10
1 files changed, 10 insertions, 0 deletions
diff --git a/.babelrc b/.babelrc
new file mode 100644
index 0000000..a97ca33
--- /dev/null
+++ b/.babelrc
@@ -0,0 +1,10 @@
+{
+ "presets": [
+ [
+ "es2015",
+ {
+ "modules": false
+ }
+ ]
+ ]
+} \ No newline at end of file