kbrgl / svelte-french-toast

🍞🥂 Buttery smooth toast notifications for Svelte
https://svelte-french-toast.vercel.app/
MIT License
809 stars 28 forks source link

WARNING: The following packages use a svelte resolve configuration in package.json that has conflicting results and is going to cause problems future #34

Closed HBartolin closed 1 year ago

HBartolin commented 1 year ago

Hi,

whit last version I get warning:

WARNING: The following packages use a svelte resolve configuration in package.json that has conflicting results and is going to cause problems future

svelte-french-toast@1.0.3

{ "name": "etlevsdrowtsv2", "private": true, "version": "1.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vite build --base=./", "preview": "vite preview", "check": "svelte-check --tsconfig ./tsconfig.json" }, "devDependencies": { "@sveltejs/vite-plugin-svelte": "^2.1.0", "@tsconfig/svelte": "^4.0.1", "svelte": "^3.58.0", "svelte-check": "^3.2.0", "svelte-preprocess": "^5.0.3", "tslib": "^2.5.0", "typescript": "^5.0.4", "vite": "^4.3.1" }, "dependencies": { "svelte-french-toast": "^1.0.3" } }

HBartolin commented 1 year ago

It was bug in vite-plugin-svelte.