mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 01:15:58 +00:00
chore: remove unused import
This commit is contained in:
parent
f5574fc9ca
commit
81925d3a50
@ -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