Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
Explicitly enable @babel/plugin-proposal-optional-chaining to fix b…
Browse files Browse the repository at this point in the history
…uild failures (mastodon#24504)
  • Loading branch information
ClearlyClaire authored Apr 11, 2023
1 parent fe841b6 commit 8eeb0ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ module.exports = (api) => {
plugins: [
['react-intl', { messagesDir: './build/messages' }],
'preval',
'@babel/plugin-proposal-optional-chaining',
'@babel/plugin-proposal-nullish-coalescing-operator',
],
overrides: [
Expand Down

0 comments on commit 8eeb0ae

Please sign in to comment.