Skip to content

Commit

Permalink
[mobile] revert added plugins for babel
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkadushkin committed Sep 15, 2024
1 parent be75834 commit 7c511f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vendor/framework7-react/babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ const config = {
'@babel/plugin-syntax-dynamic-import',
['@babel/plugin-proposal-decorators', {'legacy': true }],
['@babel/plugin-transform-class-properties', { 'loose': false }],
'@babel/plugin-transform-optional-chaining',
'@babel/plugin-transform-nullish-coalescing-operator',
'@babel/plugin-transform-react-constant-elements',
// '@babel/plugin-transform-optional-chaining',
// '@babel/plugin-transform-nullish-coalescing-operator',
// '@babel/plugin-transform-react-constant-elements',
]
};

Expand Down

0 comments on commit 7c511f2

Please sign in to comment.