michmich112 / sveltekit-adapter-chrome-extension

Sveltekit adapter for making chrome extensions
MIT License
108 stars 17 forks source link

Fallback config is not working #28

Closed wallw-teal closed 1 year ago

wallw-teal commented 1 year ago

The builder API changed a bit. Note the change in how the fallback is now generated here.

I'll get a PR up for it. Was wrapping @sveltejs/adapter-static and adding the other extension-specific build steps afterward considered instead of re-implementing a good bit of it? If that's possible, it could be a lot simpler to keep up with their changes.