Remove loose option
This commit is contained in:
parent
12c1ac9d17
commit
8b080a3cee
1 changed files with 1 additions and 1 deletions
2
.babelrc
2
.babelrc
|
|
@ -6,6 +6,6 @@
|
||||||
"@babel/plugin-transform-react-jsx",
|
"@babel/plugin-transform-react-jsx",
|
||||||
"@babel/plugin-syntax-function-bind",
|
"@babel/plugin-syntax-function-bind",
|
||||||
"@babel/plugin-proposal-function-bind",
|
"@babel/plugin-proposal-function-bind",
|
||||||
["@babel/plugin-proposal-class-properties", {loose: true}],
|
"@babel/plugin-proposal-class-properties"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue