From d7fe8c79dc097105fd1c6035b76a4d30666e9080 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Fri, 15 Jun 2018 21:33:36 +0200 Subject: [PATCH] [docs] Fix the Gatsby example Closes #11874 > Error: Module build failed: Error: Requires Babel "^7.0.0-0", but was loaded with "6.26.3". If you are sure you have a compatible version of @babel/core, it is likely that something in your build process is loading the wrong version. Inspect the stack trace of this error to look for the first entry that doesn't mention "@babel/core" or "babel-core" to see what is calling Babel. --- examples/gatsby/.babelrc | 1 + 1 file changed, 1 insertion(+) create mode 100644 examples/gatsby/.babelrc diff --git a/examples/gatsby/.babelrc b/examples/gatsby/.babelrc new file mode 100644 index 00000000000000..0967ef424bce67 --- /dev/null +++ b/examples/gatsby/.babelrc @@ -0,0 +1 @@ +{}