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:
Chirag Madlani 2025-09-18 22:15:13 +05:30 committed by GitHub
parent b2225311cc
commit 88f4fa8d79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@
"registry": "https://registry.npmjs.org/" "registry": "https://registry.npmjs.org/"
}, },
"engines": { "engines": {
"node": ">=18.0.0", "node": ">=22.17.0",
"yarn": ">=1.22.0" "yarn": ">=1.22.0"
} }
} }

View File

@ -45,7 +45,7 @@ export default defineConfig({
} }
} }
}, },
sourcemap: true, sourcemap: false,
minify: 'esbuild', minify: 'esbuild',
target: 'es2020' target: 'es2020'
}, },