Skip to content
Snippets Groups Projects
Verified Commit ff6f3c8b authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: set esbuild loglevel to error

parent 2ba68c1c
Branches master
No related tags found
No related merge requests found
......@@ -155,7 +155,7 @@ func runESBuild(source, dist, scriptDist, styleDist string, development bool, ta
Outfile: path.Join(path.Base(scriptDist)),
Bundle: true,
Write: false,
LogLevel: api.LogLevelInfo,
LogLevel: api.LogLevelError,
Target: esbuildTarget,
MinifySyntax: !development,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment