Hey there,
While working in the last few days on a figma plugin i’m experiencing massive pain in DX since HMR is missing - a rerun of npm start
is required each time ui.ts
gets updated to see the actual changes
I guess the reason for it is that plugin development available only in the desktop app and not in the browser.
Has anyone found any solution for a better DX? I feel way less productive with no HMR that i’m used to on web platform, thanks.