mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-02 19:48:17 +00:00
chore(ui): move from terser to esbuild (#23410)
* move from terser to esbuild * Update EntityLink.g4 --------- Co-authored-by: Ayush Shah <ayush@getcollate.io>
This commit is contained in:
parent
fe08a1511f
commit
7672f85592
@ -87,17 +87,7 @@ ENTITY_TYPE
|
||||
| 'apiCollection'
|
||||
| 'apiEndpoint'
|
||||
| 'apiService'
|
||||
| 'api'
|
||||
| 'metric'
|
||||
| 'type'
|
||||
| 'workflowDefinition'
|
||||
| 'workflow'
|
||||
| 'service'
|
||||
| 'task'
|
||||
| 'report'
|
||||
| 'query'
|
||||
| 'directory'
|
||||
| 'file'
|
||||
| 'spreadsheet'
|
||||
| 'worksheet'
|
||||
| 'webAnalyticEvent'
|
||||
|
||||
@ -122,7 +122,7 @@ export default defineConfig(({ mode }) => {
|
||||
assetsDir: 'assets',
|
||||
copyPublicDir: true,
|
||||
sourcemap: false,
|
||||
minify: mode === 'production' ? 'terser' : false,
|
||||
minify: mode === 'production' ? 'esbuild' : false,
|
||||
rollupOptions: {
|
||||
output: {
|
||||
manualChunks: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user