Browse Source

[Build][UI] Solve vite config throws terser warning. (#10105)

3.1.0-release
songjianet 2 years ago committed by GitHub
parent
commit
bc71c3b0a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      dolphinscheduler-ui/vite.config.ts

8
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'),

Loading…
Cancel
Save