diff options
Diffstat (limited to 'www/lib/localforage/.babelrc-umd')
| -rw-r--r-- | www/lib/localforage/.babelrc-umd | 7 |
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" + ] +} |
