Skip to content

Commit

Permalink
chore: easy to find in sources
Browse files Browse the repository at this point in the history
  • Loading branch information
yofukashino committed Jan 6, 2025
1 parent e18de11 commit 258262c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/build.mts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ const contexts = await Promise.all([
target: `chrome${CHROME_VERSION}`,
format: "iife",
footer: {
js: "//# sourceURL=RepluggedRenderer",
js: "//# sourceURL=replugged://RepluggedRenderer/renderer.js",
css: "/*# sourceURL=replugged://RepluggedRenderer/renderer.css */",
},
outfile: `${distDir}/renderer.js`,
loader: {
Expand Down

0 comments on commit 258262c

Please sign in to comment.