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:
parent
f41383a851
commit
631debb6ab
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ function defineOptions({
|
||||||
file: path.join(targetDir, `${file}.mjs`),
|
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.
|
// Legacy Universal Module Definition, or “UMD”, with inlined dependencies.
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue