Skip to content

Commit

Permalink
fix(scripts/build): correct output filename
Browse files Browse the repository at this point in the history
  • Loading branch information
PalmDevs committed Sep 14, 2024
1 parent a878d0c commit c384fd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ let context = null;
const config = {
entryPoints: ["src/entry.ts"],
bundle: true,
outfile: "dist/bunny.js",
outfile: "dist/revenge.js",
format: "iife",
splitting: false,
external: [],
Expand All @@ -38,7 +38,7 @@ const config = {
"const-and-let": false
},
footer: {
js: "//# sourceURL=bunny"
js: "//# sourceURL=revenge"
},
loader: {
".png": "dataurl"
Expand Down

0 comments on commit c384fd1

Please sign in to comment.