Skip to content

Commit

Permalink
drop unused append
Browse files Browse the repository at this point in the history
  • Loading branch information
43081j committed Oct 18, 2020
1 parent 694ba45 commit 318e9bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/dev-server-hmr/src/HmrPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 318e9bb

Please sign in to comment.