chore: documentation and optimization
What a rhyme.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import * as esbuild from "esbuild";
|
||||
|
||||
const result = esbuild.buildSync({
|
||||
entryPoints: ["src/index.ts"],
|
||||
bundle: true,
|
||||
minify: true,
|
||||
outdir: "dist",
|
||||
define: {
|
||||
"import.meta.vitest": "undefined",
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user