Skip to content

Commit

Permalink
Fix babel.config metro plugins syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
kidroca committed Nov 7, 2023
1 parent b5a0a74 commit 66c62c3
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 66c62c3

Please sign in to comment.