mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-07 23:39:50 -06:00
Mark jwt-decode as an external dependency of Keycloak JS (#24971)
Closes #24970 Signed-off-by: Jon Koops <jonkoops@gmail.com>
This commit is contained in:
@@ -39,7 +39,7 @@ function defineOptions({
|
||||
file: path.join(targetDir, `${file}.mjs`),
|
||||
},
|
||||
],
|
||||
external: ["base64-js", "js-sha256"],
|
||||
external: ["base64-js", "js-sha256", "jwt-decode"],
|
||||
},
|
||||
// Legacy Universal Module Definition, or “UMD”, with inlined dependencies.
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user