Skip to content

Commit a797286

Browse files
committed
enable inlineRequires
1 parent 841a52a commit a797286

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

metro.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ module.exports = {
99
transformer: {
1010
getTransformOptions: async () => ({
1111
transform: {
12-
experimentalImportSupport: false,
13-
inlineRequires: false,
12+
experimentalImportSupport: true,
13+
inlineRequires: true,
1414
},
1515
}),
1616
},

0 commit comments

Comments
 (0)