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