web: fix formatting

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-08-23 10:33:45 +02:00
parent 439454a71b
commit 1ff19e1467
1 changed files with 2 additions and 2 deletions

View File

@ -103,7 +103,7 @@ export default [
// Because the API Client uses star exports from typescript, we have to explicitly tell rollup
// Which classes can be imported
commonjs({
namedExports: { '@goauthentik/api': Object.keys(authentik) },
namedExports: { "@goauthentik/api": Object.keys(authentik) },
}),
babel({
extensions,
@ -139,7 +139,7 @@ export default [
// Because the API Client uses star exports from typescript, we have to explicitly tell rollup
// Which classes can be imported
commonjs({
namedExports: { '@goauthentik/api': Object.keys(authentik) },
namedExports: { "@goauthentik/api": Object.keys(authentik) },
}),
babel({
extensions,