This is an automated email from the ASF dual-hosted git repository.

benjobs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git


The following commit(s) were added to refs/heads/dev by this push:
     new 10f9c534e update esbuild version (#3726)
10f9c534e is described below

commit 10f9c534e95be040e014abbee4e770c6d9526101
Author: LucaXD <[email protected]>
AuthorDate: Tue May 28 14:54:01 2024 +0800

    update esbuild version (#3726)
    
    Co-authored-by: chenwei.lu <[email protected]>
---
 streampark-console/streampark-console-webapp/vite.config.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/streampark-console/streampark-console-webapp/vite.config.ts 
b/streampark-console/streampark-console-webapp/vite.config.ts
index e73ebc325..43075e0f8 100644
--- a/streampark-console/streampark-console-webapp/vite.config.ts
+++ b/streampark-console/streampark-console-webapp/vite.config.ts
@@ -80,7 +80,7 @@ export default async ({ command, mode }: ConfigEnv): 
Promise<UserConfig> => {
       pure: VITE_DROP_CONSOLE ? ['console.log', 'debugger'] : [],
     },
     build: {
-      target: 'es2015',
+      target: 'es2018',
       cssTarget: 'chrome80',
       outDir: OUTPUT_DIR,
       // Turning off brotliSize display can slightly reduce packaging time

Reply via email to