diff --git a/bin/esbuild.mjs b/bin/esbuild.mjs index b1e9e88f..23303781 100644 --- a/bin/esbuild.mjs +++ b/bin/esbuild.mjs @@ -26,7 +26,7 @@ const commonOptions = { target: 'es2021', sourcemap: true, treeShaking: true, - logLevel: 'debug', + logLevel: 'warning', }; /** @type {esbuild.BuildOptions} */