Merge pull request #5513 from Tyriar/esbuild_warn

Set esbuild log level to warning
This commit is contained in:
Daniel Imms
2025-12-27 05:23:44 -08:00
committed by GitHub
+1 -1
View File
@@ -26,7 +26,7 @@ const commonOptions = {
target: 'es2021',
sourcemap: true,
treeShaking: true,
logLevel: 'debug',
logLevel: 'warning',
};
/** @type {esbuild.BuildOptions} */