Skip to content

Commit

Permalink
decoratorsBeforeExport removed in babel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Oct 24, 2022
1 parent 5521020 commit 43ab4a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"BABEL_8_BREAKING": false,
"plugins": [["decorators", { "decoratorsBeforeExport": true }]],
"decoratorsBeforeExport": true
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"BABEL_8_BREAKING": false,
"plugins": ["decorators-legacy"],
"decoratorsBeforeExport": true
}

0 comments on commit 43ab4a6

Please sign in to comment.