Remove useless 'as const'
This commit is contained in:
parent
9d06a3a6ad
commit
8dcfc840b4
@ -33,7 +33,7 @@ export function keycloakify(params?: Params) {
|
||||
let shouldGenerateSourcemap: boolean | undefined = undefined;
|
||||
|
||||
const plugin = {
|
||||
name: "keycloakify" as const,
|
||||
name: "keycloakify",
|
||||
configResolved: async resolvedConfig => {
|
||||
shouldGenerateSourcemap = resolvedConfig.build.sourcemap !== false;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user