figma-plugin-svelte-vite icon indicating copy to clipboard operation
figma-plugin-svelte-vite copied to clipboard

Dev mode not working

Open poorawaste opened this issue 2 years ago • 1 comments

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?

poorawaste avatar Mar 12 '23 05:03 poorawaste

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.

rohanrajpal avatar Mar 23 '23 12:03 rohanrajpal