Skip to content

Commit 6f8c6d0

Browse files
rafecafacebook-github-bot
authored andcommitted
Change default metro transformer
Differential Revision: D8234984 fbshipit-source-id: 83cecfbfa3300f7703ea197009d985bbbc58127a
1 parent b605532 commit 6f8c6d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/metro/src/Config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ const DEFAULT = ({
200200
getRunModuleStatement: (moduleId: number | string) =>
201201
`require(${JSON.stringify(moduleId)});`,
202202
getSourceExts: () => [],
203-
getTransformModulePath: () => require.resolve('./reactNativeTransformer'),
203+
getTransformModulePath: () => require.resolve('./defaultTransformer'),
204204
getTransformOptions: async () => ({}),
205205
getPolyfills: () => [],
206206
getUseGlobalHotkey: () => true,

0 commit comments

Comments
 (0)