summaryrefslogtreecommitdiff
path: root/www/lib/localforage/.babelrc-umd
diff options
context:
space:
mode:
Diffstat (limited to 'www/lib/localforage/.babelrc-umd')
-rw-r--r--www/lib/localforage/.babelrc-umd7
1 files changed, 7 insertions, 0 deletions
diff --git a/www/lib/localforage/.babelrc-umd b/www/lib/localforage/.babelrc-umd
new file mode 100644
index 00000000..3d671241
--- /dev/null
+++ b/www/lib/localforage/.babelrc-umd
@@ -0,0 +1,7 @@
+{
+ "presets": ["es2015-loose"],
+ "plugins": [
+ "add-module-exports",
+ "transform-es2015-modules-umd"
+ ]
+}