Skip to content

Commit

Permalink
fix: Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rapsealk committed Mar 4, 2024
1 parent 923e7e2 commit 9411071
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@ const plugins = [
'@babel/plugin-syntax-dynamic-import',
['@babel/proposal-decorators', { decoratorsBeforeExport: true } ],
];
// warning @babel/[email protected]: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.
// [react-dependencies] npm WARN deprecated @babel/[email protected]: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-property-in-object instead.

module.exports = {plugins};

0 comments on commit 9411071

Please sign in to comment.