Skip to content

Commit

Permalink
Merge pull request #102 from bigbite/chore/babel-dependencies
Browse files Browse the repository at this point in the history
Upgrade Babel plugins from proposed to implemented
  • Loading branch information
ampersarnie authored Jan 9, 2024
2 parents 5de2339 + 88917e3 commit 794c966
Show file tree
Hide file tree
Showing 3 changed files with 186 additions and 137 deletions.
4 changes: 2 additions & 2 deletions configs/babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ const presets = [
];

const plugins = [
['@babel/plugin-proposal-optional-chaining'],
['@babel/plugin-proposal-pipeline-operator', { proposal: 'minimal' }],
['@babel/plugin-proposal-class-properties'],
['@babel/plugin-transform-optional-chaining'],
['@babel/plugin-transform-class-properties'],
];

const overrides = [
Expand Down
Loading

0 comments on commit 794c966

Please sign in to comment.