Skip to content

Commit

Permalink
Exclude React Compiler runtime from inline requires
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon authored Nov 17, 2024
1 parent 8c77416 commit 892ef81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/metro/src/lib/transformHelpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const baseIgnoredInlineRequires = [
'react',
'react/jsx-dev-runtime',
'react/jsx-runtime',
'react-compiler-runtime',
'react-native',
];

Expand Down

0 comments on commit 892ef81

Please sign in to comment.