Svelte popup is not working from the with-svelte example
I have cloned the repo, installed using
pnpm i
and run dev server pnpm run dev
. When I load the unpacked extension and click on it, doesnt open the popup.
I also checked there is no popup html in the generated manifest in build directory, but it works with popup.tsxSolution:Jump to solution
It works now, the problem was with svelte config.
```js
import preprocess from "svelte-preprocess"
...
1 Reply
Solution
It works now, the problem was with svelte config.