Skip to content

Commit

Permalink
Merge pull request #7430 from Expensify/luke-metro-config-inline-requ…
Browse files Browse the repository at this point in the history
…ires

[Performance] Lazy Loading In Metro Config
  • Loading branch information
danieldoglas authored Jan 28, 2022
2 parents 77b7fa2 + 75c665c commit 64890c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = (() => {
getTransformOptions: () => ({
transform: {
experimentalImportSupport: false,
inlineRequires: false,
inlineRequires: true,
},
}),
babelTransformerPath: require.resolve('react-native-svg-transformer'),
Expand Down

0 comments on commit 64890c8

Please sign in to comment.