Exclude @noble/hashes
from Keycloak JS distribution (#32783)
Closes #32782 Signed-off-by: Jon Koops <jonkoops@gmail.com>
This commit is contained in:
parent
d26a514e8e
commit
1ed516d980
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: ["@noble/hashes", "jwt-decode"],
|
external: ["@noble/hashes/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