Skip to content

Commit 9facee8

Browse files
committed
maint: Remove plugin-transform-optional-chaining from babel.
The optional chaining feature is already included in preset-env ES2020.
1 parent 995422a commit 9facee8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

babel.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ module.exports = (env) => {
2626
},
2727
],
2828
],
29-
plugins: ["@babel/plugin-transform-optional-chaining"],
3029
};
3130
}
3231

0 commit comments

Comments
 (0)