Skip to content

Commit

Permalink
api: minify esbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
iameli committed May 1, 2024
1 parent d37c406 commit 984d2e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/api/esbuild.mjs
Expand Up @@ -70,5 +70,6 @@ let frontendBundlePlugin = {
external: ["pg-native"],
sourcemap: "inline",
plugins: [frontendBundlePlugin],
minify: true,
});
})();

0 comments on commit 984d2e4

Please sign in to comment.