chore: remove unused import

This commit is contained in:
Daniel Roe 2025-01-16 16:59:11 +00:00
parent 2bd52c3c52
commit 40f2e666f2
No known key found for this signature in database
GPG Key ID: 3714AB03996F442B

View File

@ -12,7 +12,6 @@ import escapeStringRegexp from 'escape-string-regexp'
import { distDir } from './dirs'
import type { ViteBuildContext } from './vite'
import { isCSS, toArray } from './utils'
import { transpile } from './utils/transpile'
// TODO: Remove this in favor of registerViteNodeMiddleware
// after Nitropack or h3 allows adding middleware after setup