Explicitely exclude a number of node deps from Keycloak commons for bundle size

This commit is contained in:
Joseph Garrone
2024-02-08 00:12:10 +01:00
parent 4ad7183d7e
commit cd1cc37916
2 changed files with 89 additions and 49 deletions

View File

@ -17,7 +17,7 @@ const isSilent = true;
const logger = getLogger({ isSilent });
async function main() {
const keycloakVersion = "11.0.3";
const keycloakVersion = "23.0.4";
const tmpDirPath = pathJoin(getProjectRoot(), "tmp_xImOef9dOd44");