chore: Remove optimize imports to allow vite upgrade (#5691)
This commit is contained in:
@@ -10,7 +10,7 @@ import Koa from "koa";
|
||||
import helmet from "koa-helmet";
|
||||
import logger from "koa-logger";
|
||||
import Router from "koa-router";
|
||||
import { uniq } from "lodash";
|
||||
import uniq from "lodash/uniq";
|
||||
import { AddressInfo } from "net";
|
||||
import stoppable from "stoppable";
|
||||
import throng from "throng";
|
||||
|
||||
Reference in New Issue
Block a user