web: fix formatting
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
439454a71b
commit
1ff19e1467
|
@ -103,7 +103,7 @@ export default [
|
||||||
// Because the API Client uses star exports from typescript, we have to explicitly tell rollup
|
// Because the API Client uses star exports from typescript, we have to explicitly tell rollup
|
||||||
// Which classes can be imported
|
// Which classes can be imported
|
||||||
commonjs({
|
commonjs({
|
||||||
namedExports: { '@goauthentik/api': Object.keys(authentik) },
|
namedExports: { "@goauthentik/api": Object.keys(authentik) },
|
||||||
}),
|
}),
|
||||||
babel({
|
babel({
|
||||||
extensions,
|
extensions,
|
||||||
|
@ -139,7 +139,7 @@ export default [
|
||||||
// Because the API Client uses star exports from typescript, we have to explicitly tell rollup
|
// Because the API Client uses star exports from typescript, we have to explicitly tell rollup
|
||||||
// Which classes can be imported
|
// Which classes can be imported
|
||||||
commonjs({
|
commonjs({
|
||||||
namedExports: { '@goauthentik/api': Object.keys(authentik) },
|
namedExports: { "@goauthentik/api": Object.keys(authentik) },
|
||||||
}),
|
}),
|
||||||
babel({
|
babel({
|
||||||
extensions,
|
extensions,
|
||||||
|
|
Reference in a new issue