mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 09:25:54 +00:00
chore: remove unused import
This commit is contained in:
parent
f14809ee34
commit
3a448fdae5
@ -11,7 +11,7 @@ import { normalizeViteManifest } from 'vue-bundle-renderer'
|
||||
import escapeStringRegexp from 'escape-string-regexp'
|
||||
import { distDir } from './dirs'
|
||||
import type { ViteBuildContext } from './vite'
|
||||
import { isCSS, toArray } from './utils'
|
||||
import { isCSS } from './utils'
|
||||
|
||||
// TODO: Remove this in favor of registerViteNodeMiddleware
|
||||
// after Nitropack or h3 allows adding middleware after setup
|
||||
|
Loading…
Reference in New Issue
Block a user