tvkit
tvkit copied to clipboard
Proxy to run a modern dev server in old browsers
We're using TVkit to transpile our code to older Tizen models. This works very well in general so big thanks. But have an odd issue with Tizen 6 (M76) I...
Currently SvelteKit assumes the website is hosted at a preconfigured base, but that won't work for packaged apps as the url folder is unknown at built time, the file:// urls...
Browsers without support for custom element now don't get the error popup, and get a console.error instead. Would be nice if we show an alternative popup.
The babel `modules: "systemjs",` option wraps the code in another `System.register` wrapper.
This allows for a `--browser="auto"` configuration, and allows tvkit to ship the minimal amount of polyfills and do the minimal amount of transpilation.