mirror of
https://github.com/woutdp/live_svelte
synced 2026-05-24 09:28:21 +00:00
Change output directory for build assets
This commit is contained in:
parent
bfad30d51a
commit
d21239ec3e
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ let optsClient = {
|
|||
minify: deploy,
|
||||
conditions: clientConditions,
|
||||
alias: {svelte: "svelte"},
|
||||
outdir: "../priv/static/assets",
|
||||
outdir: "../priv/static/assets/js",
|
||||
logLevel: "info",
|
||||
sourcemap: watch ? "inline" : false,
|
||||
tsconfig: "./tsconfig.json",
|
||||
|
|
|
|||
Loading…
Reference in a new issue