Skip to content

Commit

Permalink
sourcemaps...
Browse files Browse the repository at this point in the history
  • Loading branch information
E-boi committed Jan 24, 2023
1 parent a6bd0d6 commit 14d2c49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/githubindiscord/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"github": "Loremly"
}
],
"version": "1.1.0",
"version": "1.1.1",
"updater": {
"type": "github",
"id": "E-boi/replugged-plugins"
Expand Down
2 changes: 1 addition & 1 deletion scripts/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const common: esbuild.BuildOptions = {
absWorkingDir: join(__dirname, ".."),
bundle: true,
minify: !watch,
sourcemap: !watch,
sourcemap: watch,
format: "esm" as esbuild.Format,
logLevel: "info",
watch,
Expand Down

0 comments on commit 14d2c49

Please sign in to comment.