split "debug" log level into "debug" and "verbose"

This commit is contained in:
Evan Wallace
2021-04-17 03:23:15 -07:00
parent d0ab9aa645
commit e2a461f0fe
12 changed files with 180 additions and 90 deletions

View File

@@ -835,6 +835,7 @@ READMIN_ESBUILD_FLAGS += --define:global=window
READMIN_ESBUILD_FLAGS += --loader:.js=jsx
READMIN_ESBUILD_FLAGS += --minify
READMIN_ESBUILD_FLAGS += --sourcemap
READMIN_ESBUILD_FLAGS += --log-level=debug
bench-readmin-esbuild: esbuild | bench/readmin
rm -fr bench/readmin/esbuild