Skip to content

Commit

Permalink
Merge pull request #12110 from vector-im/travis/legacy-decorators
Browse files Browse the repository at this point in the history
Switch back to legacy decorators
  • Loading branch information
turt2live committed Jan 28, 2020
2 parents daf6aaa + d3d6e4a commit 4affaaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion babel.config.js
Expand Up @@ -11,7 +11,7 @@ module.exports = {
"@babel/preset-react"
],
"plugins": [
["@babel/plugin-proposal-decorators", {decoratorsBeforeExport: true}],
["@babel/plugin-proposal-decorators", {legacy: true}],
"@babel/plugin-proposal-export-default-from",
"@babel/plugin-proposal-numeric-separator",
"@babel/plugin-proposal-class-properties",
Expand Down

0 comments on commit 4affaaf

Please sign in to comment.