diff --git a/babel.config.json b/babel.config.json new file mode 100644 index 00000000..7a15ea3a --- /dev/null +++ b/babel.config.json @@ -0,0 +1,9 @@ +{ + "presets": [ + ["cozy-app", { + "node": true, + "react": false, + "lib": true + }] + ] +}