Skip to content

Commit e32d75d

Browse files
committed
working on login
1 parent f84f393 commit e32d75d

23 files changed

Lines changed: 2089 additions & 651 deletions

packages/admin-vanilla/AGENTS.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/admin-vanilla/esbuild.options.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function optionsTyped(options) {
1212
return options;
1313
}
1414

15-
const prod = false;
15+
const prod = true;
1616
/**
1717
*
1818
* @param {{ rootdir: string; publicdir: string; }} param0
@@ -43,6 +43,7 @@ export default async function({ rootdir, publicdir }) {
4343
splitting: false,
4444
loader: { '.inline.css': 'text', ".svg": "text" },
4545
format: "esm",
46+
treeShaking: true,
4647
minify: prod && !process.env.NOMINIFY,
4748
external: ['node:crypto'],
4849
define: prod ? {

0 commit comments

Comments
 (0)