Skip to content

Commit

Permalink
Merge pull request #31008 from kidroca/kidroca/fix/babel-plugins-error
Browse files Browse the repository at this point in the history
[No QA] Fix babel.config metro plugins syntax
  • Loading branch information
mountiny authored Nov 7, 2023
2 parents b5a0a74 + 66c62c3 commit ffc2f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const metro = {
],
env: {
production: {
plugins: ['transform-remove-console', {exclude: ['error', 'warn']}],
plugins: [['transform-remove-console', {exclude: ['error', 'warn']}]],
},
},
};
Expand Down

0 comments on commit ffc2f2c

Please sign in to comment.