the-dataface / figma-plugin-svelte-vite

Build a Figma plugin using Svelte + Vite + TypeScript
MIT License
11 stars 1 forks source link

feat: Dev server writes to disk #4

Closed sawyerclick closed 1 year ago

sawyerclick commented 1 year ago

It would be nice if we have an npm run dev task that would write updates to the /dist file. May be possible using concurrent tasks of npm run build:ui and npm run build:plugin with --watch enabled on both.