mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-02 11:39:12 +00:00
chore(ui): update sourcemap for openmetadata-core-ui-components (#23426)
* chore(ui): add node memory limit to build * remove source map for build * revert node options * update node version
This commit is contained in:
parent
b2225311cc
commit
88f4fa8d79
@ -94,7 +94,7 @@
|
||||
"registry": "https://registry.npmjs.org/"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0",
|
||||
"node": ">=22.17.0",
|
||||
"yarn": ">=1.22.0"
|
||||
}
|
||||
}
|
||||
@ -45,7 +45,7 @@ export default defineConfig({
|
||||
}
|
||||
}
|
||||
},
|
||||
sourcemap: true,
|
||||
sourcemap: false,
|
||||
minify: 'esbuild',
|
||||
target: 'es2020'
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user