You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The way you packaged this makes little sense to me. I am trying to use the programmatic API in typescript to merge GQL schemas at runtime. I get the error Cannot find module 'babel-runtime/core-js/promise' because of the way you have this bundled in your dist. To make it even more confusing, you've removed the src from npm, so I can't reference the source that shouldn't have that dependency.
This just seems like an incredibly non-standard way to package things.
The text was updated successfully, but these errors were encountered:
dyst5422
changed the title
Request: Type Definition File .d.ts
Remove Babel-runtime dependency or have a package.json specifying it as a dependency
May 2, 2017
The way you packaged this makes little sense to me. I am trying to use the programmatic API in typescript to merge GQL schemas at runtime. I get the error
Cannot find module 'babel-runtime/core-js/promise'
because of the way you have this bundled in your dist. To make it even more confusing, you've removed the src from npm, so I can't reference the source that shouldn't have that dependency.This just seems like an incredibly non-standard way to package things.
The text was updated successfully, but these errors were encountered: