Skip to content
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

fix: use esbuild inject api to ensure exec order & polyfill #104

Merged
merged 1 commit into from
Jul 7, 2021

Conversation

jthegedus
Copy link
Owner

Summary

Use esbuild inject API as updated in official adapters in sveltejs/kit#1822

In particular, this guarantees:

  • Execution order before all user/kit code in build output
  • Properly polyfilled bindings for fetch etc

Other Information

@jthegedus jthegedus merged commit 52429d2 into main Jul 7, 2021
@jthegedus jthegedus deleted the fix/esbuild-inject-api branch July 7, 2021 04:49
github-actions bot pushed a commit that referenced this pull request Jul 7, 2021
## [0.9.1](v0.9.0...v0.9.1) (2021-07-07)

### Bug Fixes

* use esbuild inject api to ensure exec order & polyfill ([#104](#104)) ([52429d2](52429d2))
@github-actions
Copy link
Contributor

github-actions bot commented Jul 7, 2021

🎉 This PR is included in version 0.9.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant