Skip to content

Commit 6bfeaa8

Browse files
committedDec 17, 2021
feat(website): fix gatsby build due to dependencies updates
1 parent 60cdbbb commit 6bfeaa8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎babel.config.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
presets: [
3-
["@babel/preset-env", { loose: true }],
4-
"@babel/preset-react",
5-
"@babel/preset-typescript",
3+
['@babel/preset-env', { loose: true }],
4+
['@babel/preset-react', { runtime: 'automatic' }],
5+
'@babel/preset-typescript',
66
],
77
}

0 commit comments

Comments
 (0)
Please sign in to comment.