We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddaf50c commit 30e5ebcCopy full SHA for 30e5ebc
src/plus/integrations/integrationService.ts
@@ -493,7 +493,7 @@ export class IntegrationService implements Disposable {
493
const authenticationService = this.authenticationService;
494
async function load() {
495
return new (
496
- await import(/* webpackChunkName: "integrations-api" */ './providers/providersApi')
+ await import(/* webpackChunkName: "integrations" */ './providers/providersApi')
497
).ProvidersApi(container, authenticationService);
498
}
499
0 commit comments