diff --git a/packages/dev-server-hmr/src/HmrPlugin.ts b/packages/dev-server-hmr/src/HmrPlugin.ts index 2187589378..9f269c11b2 100644 --- a/packages/dev-server-hmr/src/HmrPlugin.ts +++ b/packages/dev-server-hmr/src/HmrPlugin.ts @@ -5,7 +5,6 @@ import type { WebSocketData, ServerStartParams, } from '@web/dev-server-core'; -import { appendHtmlToDocument } from '@web/dev-server-core'; import WebSocket from 'ws'; import type { Context } from 'koa'; import { hmrClientScript } from './hmrClientScript';