fix(assets): update build paths
This commit is contained in:
parent
b7456fdf42
commit
072ec2db46
7 changed files with 39 additions and 42 deletions
|
|
@ -20,7 +20,7 @@ console.log(watch);
|
|||
|
||||
esbuild.build({
|
||||
entryPoints: ["./js/app.js"],
|
||||
outfile: "../source/build/app.js",
|
||||
outfile: "/app/build/app.js",
|
||||
bundle: true,
|
||||
minify: minify,
|
||||
sourcemap: sourcemap,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue