[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:
@@ -1,4 +1,7 @@
|
||||
{
|
||||
"plugins": ["external-helpers", "proposal-class-properties"],
|
||||
"presets": [["env", { "targets": { "browsers": "ie 6" } }], "react"]
|
||||
"presets": [
|
||||
["env", { "targets": { "browsers": "ie 6" } }],
|
||||
["react", { "runtime": "classic" }]
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user