mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-07 09:22:27 +00:00
chore: remove unused import
This commit is contained in:
parent
bbb10046b0
commit
1a08826c78
@ -12,7 +12,6 @@ import escapeStringRegexp from 'escape-string-regexp'
|
|||||||
import { distDir } from './dirs'
|
import { distDir } from './dirs'
|
||||||
import type { ViteBuildContext } from './vite'
|
import type { ViteBuildContext } from './vite'
|
||||||
import { isCSS, toArray } from './utils'
|
import { isCSS, toArray } from './utils'
|
||||||
import { transpile } from './utils/transpile'
|
|
||||||
|
|
||||||
// TODO: Remove this in favor of registerViteNodeMiddleware
|
// TODO: Remove this in favor of registerViteNodeMiddleware
|
||||||
// after Nitropack or h3 allows adding middleware after setup
|
// after Nitropack or h3 allows adding middleware after setup
|
||||||
|
Loading…
Reference in New Issue
Block a user