chore: remove unused import

This commit is contained in:
Daniel Roe 2025-01-16 16:58:56 +00:00
parent bbb10046b0
commit 1a08826c78
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