Skip to content

Commit

Permalink
🚚 Move distribution.js to ESM
Browse files Browse the repository at this point in the history
  • Loading branch information
kierandrewett committed Aug 15, 2023
1 parent 8a28fd9 commit 1821b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ EXTRA_COMPONENTS += [

EXTRA_JS_MODULES += [
"/browser/components/BrowserContentHandler.sys.mjs",
"/browser/components/distribution.js",
"/browser/components/distribution.sys.mjs",
"DotBrowserWindow.sys.mjs",
"DotContentHandler.sys.mjs",
"DotGlue.sys.mjs",
Expand Down

0 comments on commit 1821b16

Please sign in to comment.