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 9754472 commit 3f44103Copy full SHA for 3f44103
src/prepare.ts
@@ -38,6 +38,7 @@ export class Prepare {
38
setCurrentProject(project: GraphQLProjectConfig, projectName: string): void {
39
this.project = project
40
this.projectName = projectName
41
+ this.bundleExtensionConfig = undefined
42
}
43
44
bindings() {
0 commit comments