We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 311454a commit bd56be0Copy full SHA for bd56be0
1 file changed
client-src/index.ts
@@ -9,10 +9,10 @@
9
*/
10
11
// @ts-expect-error: No type definitions available for '@rspack/core/hot/emitter.js'
12
-import hotEmitter from '@rspack/core/hot/emitter.js';
+import { emitter as hotEmitter } from '@rspack/core/hot/emitter.js';
13
/* Rspack dev server runtime client */
14
// @ts-expect-error: No type definitions available for '@rspack/core/hot/log.js'
15
-import webpackHotLog from '@rspack/core/hot/log.js';
+import { log as webpackHotLog } from '@rspack/core/hot/log.js';
16
import { createOverlay, formatProblem } from './overlay.js';
17
import socket from './socket.js';
18
import { defineProgressElement, isProgressSupported } from './progress.js';
0 commit comments