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

### Describe the bug I'm trying to use the context functions in library code. They work when using both `vite dev` and `vite preview` when linking to the library directly....

### Describe the bug Bug report from Discord: https://discord.com/channels/804011606160703521/1012085571985866914/1012390467331166238 @bluwy stated: hmm yeah there seems to be an issue with Vite's resolver. It should resolve importing @svelteuidev/core to the one...

bug
triage

### Describe the problem Because the optimized Svelte libraries depend on some Svelte compile options, whenever the Svelte options change we want to trigger a re-optimize when using the `prebundleSvelteLibraries`...

enhancement
triage

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/typescript-eslint) ([source](https://togithub.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`^6.21.0` -> `^7.1.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/6.21.0/7.1.0) |...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@sveltejs/kit](https://kit.svelte.dev) ([source](https://togithub.com/sveltejs/kit/tree/HEAD/packages/kit)) | [`^2.5.0` -> `^2.5.2`](https://renovatebot.com/diffs/npm/@sveltejs%2fkit/2.5.0/2.5.2) |...

dependencies

### Describe the bug I'm making website with Svelte (not SvelteKit). Like in vite docs [Importing Asset as URL](https://vitejs.dev/guide/assets.html#importing-asset-as-url) I have .otf files in my `/src` folder and import them...

bug
triage

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [npm-run-all2](https://togithub.com/bcomnes/npm-run-all2) | [`^5.0.2` -> `^6.1.2`](https://renovatebot.com/diffs/npm/npm-run-all2/5.0.2/6.1.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/npm-run-all2/6.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

### Describe the problem In Svetle, basic and important functionality from Vite doesn't work — automatic handling of static resources from component folder only using HTML. When initializing a new...

enhancement
has-workaround

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 problem access to svelte/internal should be limited to blessed code (mostly compiler output). But for technical reasons it is exported from the svelte package and can be...

enhancement
triage