figma-plugin-svelte-vite
figma-plugin-svelte-vite copied to clipboard
Dev mode not working
Not sure if this is me not doing it correctly or it's an issue, but after running "npm run dev" and installing the plugin with the manifest.json file it gives an error. And the only way the plugin opens in Figma is if I run the "build" command. But after that running the "dev" command doesn't reflect any changes on the plugin after refresh. One has to build the plugin every time. Any solutions?
Same issue here since dev mode does not actually modify the dist folder, honestly dont think there is any solution apart from building a watch mode that builds on everychange, which might be a nightmare for big projects.