Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 442c51c

Browse files
committed
Remvoe unused varable
1 parent 8fc970a commit 442c51c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export async function loadConfig(specifier: string): Promise<Config> {
116116
}
117117
}
118118
if (util.isPlainObject(css)) {
119-
const { extract, cache: v, modules, postcss } = css
119+
const { cache: v, modules, postcss } = css
120120
let cache: boolean | RegExp | RegExp[] = true
121121
if (typeof v === 'boolean' || v instanceof RegExp) {
122122
cache = v

0 commit comments

Comments
 (0)