Aaron Harvey
Aaron Harvey
I used [patch-package](https://www.npmjs.com/package/patch-package) with ```js diff --git a/node_modules/ng2-completer/src/modules/ng2-completer.module.d.ts b/node_modules/ng2-completer/src/modules/ng2-completer.module.d.ts index f1dd11a..860a84c 100644 --- a/node_modules/ng2-completer/src/modules/ng2-completer.module.d.ts +++ b/node_modules/ng2-completer/src/modules/ng2-completer.module.d.ts @@ -1,5 +1,5 @@ import { ModuleWithProviders } from "@angular/core"; export declare class Ng2CompleterModule...
did you solve this?
Looks like [microbundle](https://github.com/developit/microbundle) is based on rollup
> It still looks like it's being somewhat maintained. @CacheControl do you have an update on the status on the project? There are several issues/requests and I'm sure there are...
In the meantime, you use utilize the resolution feature of yarn to get this working as a stop gap until the package updates. ``` // package.json "resolutions": { "graphql-fields-to-relations/graphql": "^16.3.0"...
Fixed in #6