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

Commit 78ed9b0

Browse files
committed
style: remove unused imports
1 parent f89671c commit 78ed9b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vite/src/manifest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import fse from 'fs-extra'
22
import { resolve } from 'pathe'
3-
import { joinURL, withoutBase, withoutLeadingSlash } from 'ufo'
3+
import { joinURL } from 'ufo'
44
import type { ViteBuildContext } from './vite'
55

66
export async function writeManifest (ctx: ViteBuildContext, extraEntries: string[] = []) {

0 commit comments

Comments
 (0)