Description: Provide a babel configuration file.
Forwarded: not-needed
Author: Paolo Greppi <paolo.greppi@libpf.com>

--- a/.babelrc
+++ b/.babelrc
@@ -1,6 +1,11 @@
 {
-  "presets": ["es2015", "flow-vue"],
-  "plugins": ["transform-vue-jsx", "syntax-dynamic-import"],
+  "presets": [
+    "es2015",
+    "flow-vue"],
+  "plugins": [
+    "syntax-dynamic-import",
+    "babel-plugin-add-module-exports",
+  ],
   "ignore": [
     "dist/*.js",
     "packages/**/*.js"
