Remove loose option

This commit is contained in:
Sonny Bakker 2024-08-24 15:15:02 +02:00
parent 12c1ac9d17
commit 8b080a3cee

View file

@ -6,6 +6,6 @@
"@babel/plugin-transform-react-jsx",
"@babel/plugin-syntax-function-bind",
"@babel/plugin-proposal-function-bind",
["@babel/plugin-proposal-class-properties", {loose: true}],
"@babel/plugin-proposal-class-properties"
]
}