summaryrefslogtreecommitdiffstats
path: root/.babelrc.js
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-09-10 15:52:28 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-09-10 15:52:28 +0200
commitc54528eec0ff44c591d5fa60ad8a701bbbdb34c0 (patch)
tree0e43cedfee9878358111443bb547387ad921765e /.babelrc.js
parentf7a6d3a68ce08ad222f5cff20cfe1f61579affe0 (diff)
parent3c1c8137b6204419ebfd0a207baf5c223eac5b63 (diff)
Merge branch 'vue' of https://github.com/nextcloud/contacts into vue-datetime
Diffstat (limited to '.babelrc.js')
-rw-r--r--.babelrc.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/.babelrc.js b/.babelrc.js
new file mode 100644
index 00000000..a1690d0d
--- /dev/null
+++ b/.babelrc.js
@@ -0,0 +1,13 @@
+module.exports = {
+ plugins: ['@babel/plugin-syntax-dynamic-import'],
+ presets: [
+ [
+ '@babel/preset-env',
+ {
+ targets: {
+ browsers: ['last 2 versions', 'ie >= 11']
+ }
+ }
+ ]
+ ]
+}