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: inline svelte-app-utils lib #15

Merged
merged 2 commits into from
Mar 4, 2021
Merged

Conversation

jthegedus
Copy link
Owner

@jthegedus jthegedus commented Mar 4, 2021

Summary

Inline the lib @sveltejs/app-utils into the handler.js and adapter entrypoint.

Fixes: #12

Other Information

Despite this fixing the reported issue, the change to ESM and no CJS export from @sveltejs/kit means the error of ESM in a Cloud Function will show up in the when the handler.js executes it's require of app.js which itself imports ESM

@jthegedus jthegedus merged commit 6f79964 into main Mar 4, 2021
@jthegedus jthegedus deleted the fix/sveltekit-esm-vite-update branch March 4, 2021 08:35
github-actions bot pushed a commit that referenced this pull request Mar 4, 2021
## [0.3.3](v0.3.2...v0.3.3) (2021-03-04)

### Bug Fixes

* inline svelte-app-utils lib ([#15](#15)) ([6f79964](6f79964))
@github-actions
Copy link
Contributor

github-actions bot commented Mar 4, 2021

🎉 This PR is included in version 0.3.3 🎉

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
1 participant