summaryrefslogtreecommitdiff
path: root/.babelrc
diff options
context:
space:
mode:
Diffstat (limited to '.babelrc')
-rw-r--r--.babelrc17
1 files changed, 17 insertions, 0 deletions
diff --git a/.babelrc b/.babelrc
new file mode 100644
index 00000000..84b2eaa5
--- /dev/null
+++ b/.babelrc
@@ -0,0 +1,17 @@
+{
+ "presets": [["env", {
+ "targets": {
+ "chrome": 45,
+ "firefox": 42,
+ "safari": 9,
+ "opera": 32,
+ "edge": 12,
+ "iOS": 9
+ },
+ "loose": true,
+ "useBuiltIns": true
+ }]
+ ],
+ "plugins": [
+ ]
+}