northkode
northkode
There are workbox configurations as well as the manifest configs. but that might be out of scope for the CLI, even if it just said, enable PWA true | false...
Sure, I can put a PR together over the weekend.
Not that I can see.. Your export just makes sure the getter setters aren't there so you hqve a vanilla object to use, but it doesn't call any removeEventListener on...
Thanks for this. This was helpful. Even this simple example in the docs is valuable. 👍
Does this library support promise returns in the path routers so I can resolve server data before route loads?
is this actively maintained? any update on the above request?
Svelte 3.6.7 @mikeyhan1 @odoo-mastercore ``` const regExpEscape = (s) => { return s.replace(/[-\\^$*+?.()|[\]{}]/g, "\\$&") } export let name= ''; export let value= ''; export let placeholder = ''; export let...
Some of the padding and styles aren't perfect. I didnt have time to adjust them as svelte does slightly change some globle styles etc. Didnt want to say it was...
I did on a local copy. Not on this one above however. I could try find it and post an update.
@svmartin This is a simple example. There are some things that would need to be fixed for your individual apps but this is one way to use it. Styles could...