refactor: rename states to view controllers (#1060)
This commit is contained in:
12
.babelrc
12
.babelrc
@@ -1,12 +1,4 @@
|
||||
{
|
||||
"presets": [
|
||||
"@babel/preset-typescript",
|
||||
"@babel/preset-env"
|
||||
],
|
||||
"plugins": [
|
||||
["@babel/plugin-transform-react-jsx", {
|
||||
"pragma": "h",
|
||||
"pragmaFrag": "Fragment"
|
||||
}]
|
||||
]
|
||||
"presets": ["@babel/preset-typescript", "@babel/preset-env"],
|
||||
"plugins": [["@babel/plugin-transform-react-jsx"]]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user