Skip to content

Commit d5d4c76

Browse files
committed
Allow use of decorators in using new config syntax. (version: legacy).
1 parent ab5fdd7 commit d5d4c76

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

babel.config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"@babel/preset-env"
44
],
55
"plugins": [
6+
["@babel/plugin-proposal-decorators", { "version": "legacy" }]
67
]
78
}

0 commit comments

Comments
 (0)