typescript-playground-plugin-react icon indicating copy to clipboard operation
typescript-playground-plugin-react copied to clipboard

rollup-plugin-progress build error

Open kevinramharak opened this issue 4 years ago • 7 comments
trafficstars

rollup-plugin-progress throws an error during build.

Related issues:

  • https://github.com/jkuri/rollup-plugin-progress/issues/19
  • https://github.com/jkuri/rollup-plugin-progress/issues/17

Not sure how to fix

kevinramharak avatar Jan 28 '21 07:01 kevinramharak

I haven't touched this project in nearly a year, but I'll try to take a look at this when I have time.

just214 avatar Feb 01 '21 01:02 just214

I was trying to build a file explorer for https://github.com/kevinramharak/playground-browser-fs but I ran into so many build and bundle errors i gave up. No hurries. I can manage with vanilla so far. I was thinking of using your template to implement a vue template as I would prefer that over React.

kevinramharak avatar Feb 01 '21 15:02 kevinramharak

Oh, very cool. I am a quite the Vue fan myself, but never got around to a template for it. I did write one in Svelte, but I am guessing it suffers the same issues as the React template: https://github.com/gojutin/typescript-playground-plugin-svelte

just214 avatar Feb 01 '21 22:02 just214

I took some time to implement a Vue 3 template, im not familiar with the whole reactive API but it should be an interesting alternative.

kevinramharak avatar May 14 '21 14:05 kevinramharak

Very cool! Is it working with the TypeScript playground?

just214 avatar May 28 '21 14:05 just214

Yes its wrapping the playground plugin architecture to implement a Vue 'runtime'. I haven't gotten around to write up a demo, but its a good excuse to prototype with Vue 3

kevinramharak avatar May 28 '21 18:05 kevinramharak

Please let me know once you write up a demo. I'd love to take a look!

just214 avatar Jun 01 '21 13:06 just214