michmich112 / sveltekit-adapter-chrome-extension

Sveltekit adapter for making chrome extensions
MIT License
116 stars 16 forks source link

@sveltejs/kit 1.0.0-next.463 breaking changes #18

Closed michmich112 closed 2 years ago

michmich112 commented 2 years ago

Breaking change with @sveltejs/kit 1.0.0-next.463 C.f. #12

This was using the latest version of SvelteKit (@sveltejs/kit 1.0.0-next.463). Steps to reproduce include:

  1. Initialize a new Svelte app (skeleton project with typescript, eslint, and prettier), pnpm create svelte@latest my-app
  2. Install this package, pnpm add -D sveltekit-adapter-chrome-extension
  3. Create a manifest in the static folder and copy over the documented configuration into the Svelte config file
  4. Start the dev server or try building for production and this error will occur: Screenshot 2022-09-02 at 4 09 13 PM

I rolled SvelteKit back to @sveltejs/kit 1.0.0-next.454 and followed the exact reproduction steps without error and the index.html file appears in the build folder, as it should. This SvelteKit version appears to be fine with the current version of this package.

michmich112 commented 2 years ago

https://github.com/michmich112/sveltekit-adapter-chrome-extension/issues/12#issuecomment-1235861510