parcel-transformer-svelte icon indicating copy to clipboard operation
parcel-transformer-svelte copied to clipboard

Parcel 2 transformer for Svelte 3

Results 9 parcel-transformer-svelte issues
Sort by recently updated
recently updated
newest added

Hi, I've been trying to use this transformer with the latest version of Parcel v2.0.1, but the svelte configuration is not getting picked up. This is because the API is...

How can typescript be used? I'm getting syntax errors because parcel tries to parse typescript without being transformed. ```js // config.svelte.js const preprocess = require('svelte-preprocess') module.exports = { preprocess: preprocess(),...

Hey, great work on this plugin! I was wondering if you would be interested in making it official? It would become `@parcel/transformer-svelte` and be included in `@parcel/config-default`. I think Svelte...

I'm having a hard time getting this to work with SASS/SCSS through `svelte-preprocess`. The documentation seems to suggest this should work, but I get errors like `parcel-transformer-svelte: Colon is expected`...

I'm seeing modified modules in the development server get appended instead of replaced. I believe the way Hot Module Reloading (HMR) should work is it should replace modified modules. As...

- Fixes #37 - - - This change is [](https://reviewable.io/reviews/orlov-vo/parcel-transformer-svelte/41)

Bumps [msgpackr](https://github.com/kriszyp/msgpackr) from 1.4.7 to 1.10.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=msgpackr&package-manager=npm_and_yarn&previous-version=1.4.7&new-version=1.10.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

[Svelte 4 is here!](https://svelte.dev/blog/svelte-4) This package could work with it with some minor changes. Svelte 4 was restructured to be importable exclusively by [package exports](https://parceljs.org/features/dependency-resolution/#package-exports). To work with this, the...

Hi! Thank you so much for your work on this transformer. I'm building a simple Svelte static site, and I would like ALL styles in my components to be inlined...