Skip to content

Commit

Permalink
Merge pull request #1911 from rthic23/add-mjs-extn
Browse files Browse the repository at this point in the history
Add mjs extension to metroConfig
  • Loading branch information
rthic23 authored Jul 26, 2024
2 parents 0bdbbcc + 6c837af commit f818933
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 f818933

Please sign in to comment.