Hey, im using this template for plugin development on the steam deck.
i installed all the deps with pnpm install and then build the project with pnpm build
i then copy all the contents to the deck and i get the following error message in decky:
SyntaxError: Unexpected token "export"
at PluginLoader.importReactPlugin (http://localhost:1337/frontend/chunk-xxxxx.js:7344:75)
...
Has anybody tried, developing a plugin with this new template?