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 12, 2022
1 parent 4acb0d3 commit c28374d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
@@ -1,4 +1,5 @@
{
"BABEL_8_BREAKING": false,
"plugins": [["decorators", { "decoratorsBeforeExport": true }]],
"decoratorsBeforeExport": true
}
@@ -1,4 +1,5 @@
{
"BABEL_8_BREAKING": false,
"plugins": ["decorators-legacy"],
"decoratorsBeforeExport": true
}

0 comments on commit c28374d

Please sign in to comment.