We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2ea88a commit 20f3033Copy full SHA for 20f3033
ui/frontend/.babelrc
@@ -5,7 +5,9 @@
5
"modules": false,
6
"useBuiltIns": "entry",
7
}],
8
- "@babel/react"
+ [ "@babel/react", {
9
+ "runtime": "automatic",
10
+ }],
11
],
12
"plugins": [
13
"lodash",
0 commit comments