Skip to content

Commit d3d6e4a

Browse files
committed
Switch back to legacy decorators
For matrix-org/matrix-react-sdk#3961
1 parent daf6aaa commit d3d6e4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

babel.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = {
1111
"@babel/preset-react"
1212
],
1313
"plugins": [
14-
["@babel/plugin-proposal-decorators", {decoratorsBeforeExport: true}],
14+
["@babel/plugin-proposal-decorators", {legacy: true}],
1515
"@babel/plugin-proposal-export-default-from",
1616
"@babel/plugin-proposal-numeric-separator",
1717
"@babel/plugin-proposal-class-properties",

0 commit comments

Comments
 (0)