Skip to content

Commit

Permalink
Updated dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyEzhin committed Mar 4, 2024
1 parent 841a948 commit f7543df
Show file tree
Hide file tree
Showing 3 changed files with 1,625 additions and 1,252 deletions.
2 changes: 1 addition & 1 deletion vendor/framework7-react/babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const config = {
'@babel/plugin-transform-runtime',
'@babel/plugin-syntax-dynamic-import',
['@babel/plugin-proposal-decorators', {'legacy': true }],
['@babel/plugin-proposal-class-properties',{'loose':false}],
['@babel/plugin-transform-class-properties', { 'loose': false }]
],
};

Expand Down
Loading

0 comments on commit f7543df

Please sign in to comment.