mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-15 02:13:44 +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'
|
| 'apiCollection'
|
||||||
| 'apiEndpoint'
|
| 'apiEndpoint'
|
||||||
| 'apiService'
|
| 'apiService'
|
||||||
| 'api'
|
|
||||||
| 'metric'
|
|
||||||
| 'type'
|
|
||||||
| 'workflowDefinition'
|
| 'workflowDefinition'
|
||||||
| 'workflow'
|
|
||||||
| 'service'
|
|
||||||
| 'task'
|
|
||||||
| 'report'
|
|
||||||
| 'query'
|
|
||||||
| 'directory'
|
|
||||||
| 'file'
|
|
||||||
| 'spreadsheet'
|
| 'spreadsheet'
|
||||||
| 'worksheet'
|
| 'worksheet'
|
||||||
| 'webAnalyticEvent'
|
| 'webAnalyticEvent'
|
||||||
|
|||||||
@ -122,7 +122,7 @@ export default defineConfig(({ mode }) => {
|
|||||||
assetsDir: 'assets',
|
assetsDir: 'assets',
|
||||||
copyPublicDir: true,
|
copyPublicDir: true,
|
||||||
sourcemap: false,
|
sourcemap: false,
|
||||||
minify: mode === 'production' ? 'terser' : false,
|
minify: mode === 'production' ? 'esbuild' : false,
|
||||||
rollupOptions: {
|
rollupOptions: {
|
||||||
output: {
|
output: {
|
||||||
manualChunks: {
|
manualChunks: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user