diff --git a/lib/install/examples/react/.babelrc b/lib/install/examples/react/.babelrc index 4ffef06db..be2c4116a 100644 --- a/lib/install/examples/react/.babelrc +++ b/lib/install/examples/react/.babelrc @@ -1,3 +1,6 @@ { - "presets": ["env", "react"] + "presets": [ + ["env", { "modules": false } ], + "react" + ] }