From 0890fdd951d021308550a0db2e7b6f2593512957 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 30 May 2020 17:27:04 +0200 Subject: initial site copied in --- .babelrc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .babelrc (limited to '.babelrc') diff --git a/.babelrc b/.babelrc new file mode 100644 index 0000000..1bac7e8 --- /dev/null +++ b/.babelrc @@ -0,0 +1,20 @@ +{ + "presets": [ + ["@babel/preset-env", { + "debug": false, + "modules": false, + "useBuiltIns": false + }], + "@babel/preset-react" + ], + "plugins": [ + "@babel/plugin-transform-runtime", + [ "@babel/plugin-proposal-class-properties", { "loose": true } ], + "transform-async-to-generator" + ], + "env": { + "production": { + "presets": [] + } + } +} -- cgit v1.2.3-70-g09d2