diff --git a/.babelrc.json b/.babelrc.json new file mode 100644 index 000000000..fe63b8a84 --- /dev/null +++ b/.babelrc.json @@ -0,0 +1,15 @@ +{ + "plugins": [ + "@babel/plugin-transform-class-properties", + "@babel/plugin-transform-object-rest-spread" + ], + "presets": [ + [ + "@babel/preset-env", + { + "modules": false + } + ], + "@babel/preset-react" + ] +}