wilberforce
wilberforce
Discussion - https://github.com/preactjs/wmr/discussions/891 I'm trying build Lit Element examples using wmr. The ts examples play nicely - the ts ones fail with the @ of the decorator https://lit.dev/playground/#sample=examples/full-component **Is your...
This PR clones the v5 branch and changes the build tools to use Vite. It's incredibly quick with hot module replacement for html/scss/js files. ### development `npm run dev` The...
Thanks for this. https://appleple.github.io/form-storage/ this is missing from the CDN: https://unpkg.com/[email protected]/build/form-storage.js The link in the readme appears to work: https://unpkg.com/[email protected]/build/form-storage.js It looks like 1.3.1 has not been pushed to unpkg.com
Thanks for a great package! On build I get `noUse of eval is strongly discouraged, as it poses security risks and may cause issues with minification` https://github.com/ghalex/vue3-charts/blob/dc07846bbcc4b1d293dbd1bec42af240f2187e89/src/models/Scale.ts#L96-L103 Can't this be...