This is an automated email from the ASF dual-hosted git repository. zhongjiajie pushed a commit to branch 3.0.0-beta-prepare in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
commit 2c290b2f2bff641f9f7be6919c8c7ab18fae93be Author: songjianet <[email protected]> AuthorDate: Wed May 18 22:12:52 2022 +0800 [Build][UI] Solve vite config throws terser warning. (#10105) (cherry picked from commit bc71c3b0a0f7d93c3fccb850beb386fc5eb1a20c) --- dolphinscheduler-ui/vite.config.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/dolphinscheduler-ui/vite.config.ts b/dolphinscheduler-ui/vite.config.ts index 1988ee8072..bad7b707f5 100644 --- a/dolphinscheduler-ui/vite.config.ts +++ b/dolphinscheduler-ui/vite.config.ts @@ -35,14 +35,6 @@ export default defineConfig({ deleteOriginFile: false }) ], - build: { - terserOptions: { - compress: { - drop_console: true, - drop_debugger: true - } - } - }, resolve: { alias: { '@': path.resolve(__dirname, 'src'),
