josemarluedke / glimmer-apollo

Ember and Glimmer integration for Apollo Client.
https://glimmer-apollo.com
MIT License
38 stars 14 forks source link

src is shipped in npm package, only dist is needed #77

Closed NullVoxPopuli closed 4 weeks ago

NullVoxPopuli commented 1 year ago

when src is shipped along with dist, it's possible for folks to accidentally import the original TS (especially in environments that may not respect exports -- hopefully no one is using those)