sveltejs / svelte-preprocess

A ✨ magical ✨ Svelte preprocessor with sensible defaults and support for: PostCSS, SCSS, Less, Stylus, Coffeescript, TypeScript, Pug and much more.
MIT License
1.73k stars 147 forks source link

Not compatilbe with postcss-load-config v5.x #618

Closed BCsabaEngine closed 6 months ago

BCsabaEngine commented 7 months ago

Describe the bug I use svelteKit with standard settings. After update postcss-load-config to 5.0.2 I see, that explicite imported svelte-process not exists. After try to install it, peer/normal dependency failed.

To Reproduce Just upgrade postcss-load-config witn ncu to v5.0.2

Expected behavior Works like the charm

baseplate-admin commented 7 months ago

There's already a PR for this : https://github.com/sveltejs/svelte-preprocess/pull/617