StanzaJS Discussion - 2022-09-07


  1. hippo Hi! I'm trying to develop with StanzaJS for the browser (well, technically KaiOS): are there any resources/tutorials for how to do this?
  2. hippo My current Svelte + babel + rollup setup builds the package (after one file change), but the browser then complains that `Uncaught ReferenceError: exports is not defined`
  3. hippo There was also a warning about installing `rollup-plugin-polyfill-node`, which I did
  4. hippo (Hope this is the right place to be asking all this!)