mirror of
https://github.com/status-im/react-native.git
synced 2025-01-14 11:34:23 +00:00
Change default metro transformer
Differential Revision: D8234984 fbshipit-source-id: 83cecfbfa3300f7703ea197009d985bbbc58127a
This commit is contained in:
parent
b90cbd195a
commit
bdb8089268
@ -78,6 +78,8 @@ const Config = {
|
|||||||
getModulesRunBeforeMainModule: () => [
|
getModulesRunBeforeMainModule: () => [
|
||||||
require.resolve('../../Libraries/Core/InitializeCore'),
|
require.resolve('../../Libraries/Core/InitializeCore'),
|
||||||
],
|
],
|
||||||
|
getTransformModulePath: () =>
|
||||||
|
require.resolve('metro/src/reactNativeTransformer'),
|
||||||
}: ConfigT),
|
}: ConfigT),
|
||||||
|
|
||||||
find(startDir: string): ConfigT {
|
find(startDir: string): ConfigT {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user