Skip to content

Commit

Permalink
Merge pull request #68 from mkobayashime/preserve-comments
Browse files Browse the repository at this point in the history
Enable to preserve comments optionally using `legalComments` option of esbuild
  • Loading branch information
mkobayashime authored Mar 6, 2025
2 parents cedda33 + 75cda3f commit 2c06a87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export const main = async ({ mode }: { mode: Mode }) => {
write: false,
charset: "utf8",
format: "esm",
legalComments: "inline",
};

console.log(styleText("blue", `Bundlemonkey started in ${mode} mode\n`));
Expand Down

0 comments on commit 2c06a87

Please sign in to comment.