Skip to content

Commit 66c62c3

Browse files
committed
Fix babel.config metro plugins syntax
1 parent b5a0a74 commit 66c62c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

babel.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const metro = {
7272
],
7373
env: {
7474
production: {
75-
plugins: ['transform-remove-console', {exclude: ['error', 'warn']}],
75+
plugins: [['transform-remove-console', {exclude: ['error', 'warn']}]],
7676
},
7777
},
7878
};

0 commit comments

Comments
 (0)