SvelteKit adapter for Firebase Hosting rewrites to Cloud Functions for a Svelte SSR experience
### Describe the Bug The documentation in `README.md` guides users to use `esbuildBuildOptions` to configure esbuild. However the code actually uses `esbuildOptions` : https://github.com/jthegedus/svelte-adapter-firebase/blob/main/src/index.js#L20 ### Steps to Reproduce 1. Add `esbuildBuildOptions` configuration to svelte.config.js, eg adding `target: "esm"` ### Expected Behaviour The configuration options should apply ### svelte-adapter-firebase version 0.15.0 ### sveltejs/kit version 1.7.2
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by tbuckley and has received 0 comments.