Skip to content

Commit aa0f104

Browse files
committed
fix: default export
1 parent 09caaed commit aa0f104

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,3 +311,6 @@ export class DebugProviderPlugin implements ProviderPlugin {
311311
}
312312
}
313313
}
314+
315+
// Also export as default for compatibility
316+
export default DebugProviderPlugin;

0 commit comments

Comments
 (0)