Christian Kaisermann

Results 86 comments of Christian Kaisermann

Hey, @pd4d10 👋 This feature is unrelated to `svelte-preprocess` since you can achieve what you want by calling `svelte.preprocess` with `svelte-preprocess` in some node script. However, if more people show...

Hey @iburning, can you provide a repro? From my understanding that should be working.

@dummdidumm hmm, didn't know they were being installed automatically since npm 7. In that case I agree 100% with you, but we need to find a way to tell what...

I'm a bit distant from this issue, and I'm still unsure about removing all peer deps, but we can add the new postcss version as a peer dep too. Would...

Hey @brunnerh 👋 If I'm not mistaken you can pass [`preserve: ['module']`](https://github.com/sveltejs/svelte-preprocess/blob/master/docs/preprocessing.md#auto-preprocessing-options) and it will be skipped. Skipping `type=module` could be a default behavior, though 🤔

Quick thought I had about this one: I'm not sure if people would expect the `babel` transformer to run over `script type="module"` script tags that aren't at the root-level.

Hey @zakaria-chahboun 👋 Sorry for taking so long to answer. Is this still happening to you?

Hey @mathiasrw 👋 How's Svelte use in parcel these days? Is this issue still relevant?

Hey @rottmann 👋 can you share a reproducible project?

> This issue is intended to collect breaking changes we want to do for the next major version of svelte-preprocess. What currently comes to my mind: I was hoping v5...