Skip to content

Commit 808fa0e

Browse files
committed
devtools-service/types import fix
1 parent 2bb7deb commit 808fa0e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

packages/app/vite.config.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,12 @@ export default defineConfig({
2626
custom: FileSystemIconLoader('./src/assets/icons')
2727
}
2828
})
29-
]
29+
],
30+
build: {
31+
rollupOptions: {
32+
external: [
33+
'@wdio/devtools-service/types'
34+
]
35+
}
36+
}
3037
})

0 commit comments

Comments
 (0)