commits
* Upgrade dependencies and transitive dependencies
* Add separate installs for graphql v14, v15, and v16
* Rewrite import map generator to automatically resolve conflicts
This enables the import map generator to automatically trace
graphql v14, v15, and v16 and finds the most specific common
import declaration between all three of them, if possible. As
a bonus, it now excludes exports that aren't available in all
three versions.
* Add peerDependencies entry for graphql to restrict versions
* Delete import-map-overrides.json
* Add warning and remove importMapOverrides from plugin
* Update README
* Fix index files with extension addition
When an extension is added, we must ensure that we add it
to the index module and not to a directory.
* support subscribe
this import changed to `/subscribe` https://www.runpkg.com/?graphql@16.1.0/subscription/index.js
* change to subscription
* Append filename to prevent issue with webpack5
* Add option to switch between mjs and js
* Upgrade dependencies and transitive dependencies
* Add separate installs for graphql v14, v15, and v16
* Rewrite import map generator to automatically resolve conflicts
This enables the import map generator to automatically trace
graphql v14, v15, and v16 and finds the most specific common
import declaration between all three of them, if possible. As
a bonus, it now excludes exports that aren't available in all
three versions.
* Add peerDependencies entry for graphql to restrict versions
* Delete import-map-overrides.json
* Add warning and remove importMapOverrides from plugin
* Update README
* Fix index files with extension addition
When an extension is added, we must ensure that we add it
to the index module and not to a directory.