vite-plugin-svelte icon indicating copy to clipboard operation
vite-plugin-svelte copied to clipboard

Svelte plugin for http://vitejs.dev/

Results 39 vite-plugin-svelte issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

### Describe the bug We've noticed that a certain page causes Chrome to hang or crash. I was able to create a sample project for this issue. I think it's...

### Describe the problem In my project, the `package.json` is located in the folder one level up from where the Svelte Kit project is located (and where `vite build` command...

enhancement
triage
awaiting submitter

### Describe the bug If you've exported a function using ``, HMR updates from that component causes other the exported function to no longer run from other components where it's...

bug
hmr

### Describe the bug When hot reloading and initially spinning up `pnpm run dev` an error that causes a 500 message to be displayed to the client is seen when...

bug
edge-case

### Describe the problem In Astro we prefer to add `` tags per component for styles in development mode. This works because Vite will detect a request that has been...

enhancement

### Describe the problem Current implementation in svelte-hmr self-accepts updates to Component.svelte, which can cause broken references for exports of `context=module` scripts. see #134 ### Describe the proposed solution Instead...

enhancement
hmr

**Describe the feature** Currently vite only knows that `.svelte` is transformed to js but svelte can be used with other extensions aswell (eg `.svx` , `.svg` ) 1) enhance vite...

enhancement
vite

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....

### Describe the bug In my sveltekit project, I (unwisely) altered part of the ```app.html``` from ```html %sveltekit.body% ``` To ```html %sveltekit.body% ``` After spending an hour or two, I...

bug
edge-case