Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 200a971

Browse files
committed
fix(confiig): turn off runtime
1 parent 36a3511 commit 200a971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/fusuma/src/configs/babelrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function babelrc({ languages = [], plugins = [], theme = 'default' } = {}) {
2020
'@babel/preset-react',
2121
{
2222
// https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html#manual-babel-setup
23-
runtime: 'automatic',
23+
// runtime: 'automatic',
2424
},
2525
],
2626
],

0 commit comments

Comments
 (0)