We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09caaed commit aa0f104Copy full SHA for aa0f104
src/index.ts
@@ -311,3 +311,6 @@ export class DebugProviderPlugin implements ProviderPlugin {
311
}
312
313
314
+
315
+// Also export as default for compatibility
316
+export default DebugProviderPlugin;
0 commit comments