Skip to content

Commit

Permalink
Add mjs extension to metroConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
rthic23 committed Jul 29, 2024
1 parent f71da0f commit 175b4ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ern-composite-gen/src/createMetroConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ module.exports = {
// Archives (virtual files)
"zip"
],
sourceExts: ["js", "json", "ts", "tsx", "svg"],
sourceExts: ["js", "json", "ts", "tsx", "svg", "mjs"],
},
transformer: {
getTransformOptions: async () => ({
Expand Down

0 comments on commit 175b4ed

Please sign in to comment.