Shinobu Hayashi
Shinobu Hayashi
Parcel generates {name}.css from {name}.js file which imports CSS files. In this case, parcel generates content.css from content.js and this will lead a collision fo filename. so to rename content.js...
I think this does not seems to be a bug because an absolute href URL generated from a relative href URL with `—public-url` works fine. Basically, parcel’s output can be...
Hi @samjt 👋 Though I may be misunderstood about the issue #7626 tries to resolve, I think this PR( or [my proposal](https://github.com/parcel-bundler/parcel/pull/7711#discussion_r806143997) will not fix the issue, because this PR...
Hi :wave: I want to implement this feature. svelte compiler can not process `.svelte` file which includes `TypeScript`, `CoffeScript`, `Scss`, `Pug`, and more…, so svelte compiler needs preprocess for such...
@DeMoorJasper Thank you for fixing and investigating!
Hi! I can help with Japanese!
Hi, I am loving this feature. Can I work on implementing this?
This issue seems to be related to #652 👀
@condorheroblog Thank you! I feel your concern will be resolved if [@tonai’s advice](https://github.com/slidevjs/slidev/pull/669#discussion_r934208492) is reflected.