mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-18 09:08:16 +02:00
core/ui: improve frontend build size (#5109)
* core/ui: improve frontend build size * remove luxon * add lodash * remove console.log * only generate sourcemap when watching
This commit is contained in:
parent
d225288ab3
commit
ab388211f2
36 changed files with 358 additions and 297 deletions
|
@ -1,4 +1,4 @@
|
|||
import React, { FC, useRef, useState } from "react";
|
||||
import React, { FC } from "react";
|
||||
|
||||
import { WebAuthnRequestOptions } from "../types";
|
||||
import { decode, encodeUrl } from "../util/base64";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue