Skip to content

Commit abc0721

Browse files
committed
Enable @babel/plugin-proposal-decorators
Only needed because we consume js-sdk code directly so its own transpiling isn't in play This should separately be fixed, we should not need to have a superset of js-sdk's babel plugins Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
1 parent f95218e commit abc0721

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

babel.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ module.exports = {
1818
],
1919
plugins: [
2020
"@babel/plugin-proposal-export-default-from",
21+
["@babel/plugin-proposal-decorators", { version: "2023-11" }],
2122
"@babel/plugin-transform-numeric-separator",
2223
"@babel/plugin-transform-object-rest-spread",
2324
"@babel/plugin-transform-optional-chaining",

0 commit comments

Comments
 (0)