mirror of
https://github.com/woutdp/live_svelte
synced 2026-05-24 09:28:21 +00:00
Remove duplicate minify
This commit is contained in:
parent
1bacb4d233
commit
8aeb9cabb0
2 changed files with 0 additions and 2 deletions
|
|
@ -10,7 +10,6 @@ const deploy = args.includes("--deploy")
|
|||
let optsClient = {
|
||||
entryPoints: ["js/app.js"],
|
||||
bundle: true,
|
||||
minify: false,
|
||||
target: "es2017",
|
||||
outdir: "../priv/static/assets",
|
||||
logLevel: "info",
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@ const deploy = args.includes("--deploy")
|
|||
let optsClient = {
|
||||
entryPoints: ["js/app.js"],
|
||||
bundle: true,
|
||||
minify: false,
|
||||
target: "es2017",
|
||||
outdir: "../priv/static/assets",
|
||||
logLevel: "info",
|
||||
|
|
|
|||
Loading…
Reference in a new issue