File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- const { getDefaultConfig , mergeConfig} = require ( '@react-native/metro-config' ) ;
1+ const { mergeConfig} = require ( '@react-native/metro-config' ) ;
22
33const fs = require ( 'fs' ) ;
44const path = require ( 'node:path' ) ;
@@ -51,4 +51,4 @@ const config = {
5151 } ,
5252} ;
5353
54- module . exports = mergeConfig ( getDefaultConfig ( __dirname ) , config ) ;
54+ module . exports = mergeConfig ( config ) ;
Original file line number Diff line number Diff line change 1- const { getDefaultConfig , mergeConfig} = require ( '@react-native/metro-config' ) ;
1+ const { mergeConfig} = require ( '@react-native/metro-config' ) ;
22
33const fs = require ( 'fs' ) ;
44const path = require ( 'node:path' ) ;
@@ -51,4 +51,4 @@ const config = {
5151 } ,
5252} ;
5353
54- module . exports = mergeConfig ( getDefaultConfig ( __dirname ) , config ) ;
54+ module . exports = mergeConfig ( config ) ;
Original file line number Diff line number Diff line change 1- const { getDefaultConfig , mergeConfig } = require ( '@react-native/metro-config' ) ;
1+ const { mergeConfig } = require ( '@react-native/metro-config' ) ;
22const fs = require ( 'fs' ) ;
33const path = require ( 'node:path' ) ;
44const escape = require ( 'escape-string-regexp' ) ;
@@ -71,4 +71,4 @@ const config = {
7171 } ,
7272} ;
7373
74- module . exports = mergeConfig ( getDefaultConfig ( __dirname ) , config ) ;
74+ module . exports = mergeConfig ( config ) ;
You can’t perform that action at this time.
0 commit comments