Skip to content

Commit

Permalink
feat(website): fix gatsby build due to dependencies updates
Browse files Browse the repository at this point in the history
  • Loading branch information
plouc committed Dec 17, 2021
1 parent 60cdbbb commit 6bfeaa8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions babel.config.js
@@ -1,7 +1,7 @@
module.exports = {
presets: [
["@babel/preset-env", { loose: true }],
"@babel/preset-react",
"@babel/preset-typescript",
['@babel/preset-env', { loose: true }],
['@babel/preset-react', { runtime: 'automatic' }],
'@babel/preset-typescript',
],
}

0 comments on commit 6bfeaa8

Please sign in to comment.