Skip to content

Commit 20f3033

Browse files
committed
Use new React transform
1 parent b2ea88a commit 20f3033

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ui/frontend/.babelrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"modules": false,
66
"useBuiltIns": "entry",
77
}],
8-
"@babel/react"
8+
[ "@babel/react", {
9+
"runtime": "automatic",
10+
}],
911
],
1012
"plugins": [
1113
"lodash",

0 commit comments

Comments
 (0)