"No supported UI library found" for Svelte 3
It works for Svelte 4 but not Svelte 3 🤨
Plasmo version is 0.77.5
4 Replies
Somehow, after playing around with the version of Svelte and Plasmo and then maxing out each of them to their latest, it got resolved
Yeah svelte3 is now deprecated in favor of svelte4 after the upgrade, the current resolver implementation can't handle both version (due to how svelte works, it's a compile-time framework xD....)
That's annoying af
https://npm.im/prettier-plugin-svelte isn't even compatible with the latest Prettier
npm
prettier-plugin-svelte
Svelte plugin for prettier. Latest version: 2.10.1, last published: a month ago. Start using prettier-plugin-svelte in your project by running
npm i prettier-plugin-svelte
. There are 96 other projects in the npm registry using prettier-plugin-svelte.it's kinda by design for svelte tho, since the compiler itself dictate the svelte version
unless there's a way for svelte4 to support svelte3 somehow but afaik it's gonna throw err