Skip to content

Commit

Permalink
🔧 metro: resolve .mjs files
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed Nov 17, 2023
1 parent 9674163 commit a602109
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ module.exports = {
resolver: {
...defaultConfig.resolver,
unstable_enablePackageExports: true,
sourceExts: [...defaultConfig.resolver.sourceExts, "mjs"],
},
};

0 comments on commit a602109

Please sign in to comment.