Skip to content

Commit 4566e7f

Browse files
committed
chore: fix chunking
1 parent a58ebd3 commit 4566e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/client/inject/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export async function init(): Promise<void> {
3737

3838
const { DockEmbedded } = import.meta.env.VITE_DEVTOOLS_LOCAL_DEV
3939
? await import('../webcomponents')
40-
: await import('../webcomponents')
40+
: await import('@vitejs/devtools/client/webcomponents')
4141

4242
const dockEl = new DockEmbedded({
4343
state,

0 commit comments

Comments
 (0)