This commit is contained in:
Seth 2025-05-18 20:19:19 -04:00
parent bc97623981
commit a8a4031437
5 changed files with 124 additions and 353 deletions

View file

@ -8,7 +8,7 @@ const build = async () => {
entrypoints: ["./src/front/index.html"],
outdir: "./dist",
minify: true,
sourcemap: development ? "inline" : "none",
sourcemap: "linked",
splitting: true,
publicPath: "/assets/",
});