[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:
@@ -2,7 +2,7 @@
|
||||
"plugins": [
|
||||
"transform-block-scoping",
|
||||
"syntax-jsx",
|
||||
"transform-react-jsx",
|
||||
["transform-react-jsx", { "runtime": "classic" }],
|
||||
"transform-block-scoped-functions",
|
||||
"transform-arrow-functions"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user