sveltejs/svelte-preprocess

`replace` does not support source maps

Open

#570 opened on Jan 15, 2023

View on GitHub
 (5 comments) (0 reactions) (0 assignees)TypeScript (150 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (1,798 stars)
PR merge metrics
 (PR metrics pending)

Description

Is your feature request related to a problem? Please describe. The replace preprocessor does not support source maps. I'm using it to replace multiple lines.

Describe the solution you'd like Can the replace transformer use the magic-string replace method?

Contributor guide