[babel 8] Use the JSX automatic runtime by default (#12630)
Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com> Co-authored-by: Arun Kumar Mohan <arunmohandm@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"external-helpers",
|
||||
"syntax-jsx",
|
||||
"transform-react-inline-elements",
|
||||
"transform-react-jsx",
|
||||
["transform-react-jsx", { "runtime": "classic" }],
|
||||
"transform-modules-commonjs"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"external-helpers",
|
||||
"syntax-jsx",
|
||||
"transform-react-inline-elements",
|
||||
"transform-react-jsx",
|
||||
["transform-react-jsx", { "runtime": "classic" }],
|
||||
"transform-modules-commonjs"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
"external-helpers",
|
||||
"syntax-jsx",
|
||||
"transform-react-inline-elements",
|
||||
"transform-react-jsx"
|
||||
["transform-react-jsx", { "runtime": "classic" }]
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user