QOL
This commit is contained in:
parent
bc97623981
commit
a8a4031437
5 changed files with 124 additions and 353 deletions
|
@ -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/",
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue