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

Esbuild and Images plugin #140

Open
MichaelEPope opened this issue Dec 10, 2021 · 1 comment
Open

Esbuild and Images plugin #140

MichaelEPope opened this issue Dec 10, 2021 · 1 comment

Comments

@MichaelEPope
Copy link

MichaelEPope commented Dec 10, 2021

Hey, I know that the esbuild run option isn't out of beta, but I wanted to let you know that for some reason, the image plugin currently gets the reload-on-file-change stuck somewhere. I'm not quite sure where it's breaking, so I'll do some more exploration.

image

(Gets stuck after it prints 'minifying css and adding sourcemaps took 19ms)

Thanks for the great tool :).

@MichaelEPope
Copy link
Author

I've determined a few things.

  1. If you modify the .js files, it reloads just fine.
  2. If you modify the .svelte files in components, it reloads just fine.
  3. If you modify the .svelte files in layouts, it fails to reload.
  4. If you modify the .svelte files in routes, it fails to reload.
  5. npm run start has the same issues.

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

No branches or pull requests

1 participant