Skip to content

Commit dc83327

Browse files
committed
Devtools/app build config fix
1 parent 394f3a5 commit dc83327

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

packages/app/vite.config.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@ export default defineConfig({
1414
'@components': path.resolve(__dirname, './src/components'),
1515
'@wdio/devtools-service/types': path.resolve(
1616
__dirname,
17-
'../service/dist/types.js'
18-
),
19-
},
17+
'../service/src/types.js'
18+
)
19+
}
2020
},
2121
plugins: [
2222
Icons({
2323
compiler: 'web-components',
2424
webComponents: {
2525
autoDefine: true,
26-
shadow: false,
26+
shadow: false
2727
},
2828
customCollections: {
29-
custom: FileSystemIconLoader('./src/assets/icons'),
30-
},
31-
}),
32-
],
29+
custom: FileSystemIconLoader('./src/assets/icons')
30+
}
31+
})
32+
]
3333
})

0 commit comments

Comments
 (0)