mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Merge pull request #5513 from Tyriar/esbuild_warn
Set esbuild log level to warning
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ const commonOptions = {
|
||||
target: 'es2021',
|
||||
sourcemap: true,
|
||||
treeShaking: true,
|
||||
logLevel: 'debug',
|
||||
logLevel: 'warning',
|
||||
};
|
||||
|
||||
/** @type {esbuild.BuildOptions} */
|
||||
|
||||
Reference in New Issue
Block a user