react 18 demo

This commit is contained in:
2022-04-03 10:35:38 +02:00
parent bff8dd76c5
commit 253bffa8b7
5 changed files with 34040 additions and 15292 deletions

View File

@@ -1,7 +1,8 @@
{
"presets": ["env"],
"plugins": [
"transform-object-rest-spread",
"transform-react-jsx"
]
}
"presets": ["env"],
"plugins": [
"@babel/plugin-proposal-object-rest-spread",
"@babel/plugin-transform-react-jsx",
"@babel/plugin-transform-object-assign"
]
}