We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 910a04b commit 6d8848eCopy full SHA for 6d8848e
packages/coverage-istanbul/src/index.ts
@@ -4,6 +4,7 @@ export async function getProvider() {
4
// to not bundle the provider
5
const providerPath = './provider.js'
6
const { IstanbulCoverageProvider } = (await import(
7
+ /* @vite-ignore */
8
providerPath
9
)) as typeof import('./provider')
10
return new IstanbulCoverageProvider()
0 commit comments