elgatosf / streamdeck-plugin-template

A starting place for a new JavaScript Stream Deck plugin.
MIT License
180 stars 69 forks source link

Create a template with a module bundler #4

Closed LeoMartinDev closed 1 year ago

LeoMartinDev commented 1 year ago

The dev experience when developing a Streamdeck plugin is really bad. I would have expected a proper module bundler like rollup to be setup, or a vite plugin. Is this something you are planing to do ?

tiptronic commented 1 year ago

Not yet - we don't want to force developers to have node, npm, yarn, rollup, vite or whatever installed.