Antony Jones
Antony Jones
is it an error or a warning? a bit annoying, but if we want to publish the banner as a WebComponent too, we need to include that. I'm not sure...
It says in the warning what you need to do, so not sure this is necessary. I feel like this is an issue within the way Svelte works, since you...
Hey Yury, no, I've not had time. Feel free to do it if need be. On Sun, 5 Nov 2023 at 06:48, Yury Zhuravlev ***@***.***> wrote: > @antony did you...
@belte42 because you're trying to mark your entire project as a custom element, which won't work. The "did you forget to add" `customElement: true` warning is just a warning, and...
Not sure what you mean by props - do you mean different options in the list?
I realise this is 2 years old but I too love Genghis, unfortunately I really want to copy/paste JSON. I'd look into it but I am not a ruby developer...
One extra note, this is a rare css import I'm using directly in `_layout.svelte`. It looks like this: ``` import '@beyonk/gdpr-cookie-consent-banner/dist/style.css' ``` Will try to import it another way and...
Ok. I don't get this error any more when I move it to my global SCSS. So there's possibly a problem in that the plugin doesn't support `import`ing CSS.
@rixo It's a good question - I'll create a repro for you since I'm not entirely sure I remember how this works.
Looks like the HMR plugin is doing something, since this is in my console: ``` [HMR] Enabled sapper-dev-client.js:10 [SAPPER] dev client: bails out in favor of Rollup HMR ... client.js:237...