-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use Rollup to build also as ESM #273
Conversation
c290d2e
to
b4ba6a9
Compare
15caf00
to
a69054b
Compare
a69054b
to
40046ce
Compare
Very interested in this PR too! |
Any updates about ES6 module? |
This upgrade all dev dependencies in order to implement ES6 exports in order to solve apollographql#303. This also remove yarn.lock entirely because this package is meant to work with npm only as can be seen from the mention of npm command in package.json. Fixes apollographql#303 Closes apollographql#272 Closes apollographql#273
Ideally, this should be closed in favor of #325. |
40046ce
to
77080dc
Compare
I only meant to help merge a apparently staled PR, but I didn't realize this PR was still active. So of course, feel free to merge either of them. It really does not matter to me, as long as we can release those improvements to the community. |
From time to time I rebase the PR... |
@PowerKiKi @benjamn new year, updated again! |
This upgrade all dev dependencies in order to implement ES6 exports in order to solve apollographql#303. This also remove yarn.lock entirely because this package is meant to work with npm only as can be seen from the mention of npm command in package.json. Fixes apollographql#303 Closes apollographql#272 Closes apollographql#273
Fix #229
Based on #272.