-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Source maps seems to break after version 3.1.0 #176
Comments
This is where things started: #171 Currently I don't understand where issue should be fixed. In svelte core or in Here's PR for upstream: sveltejs/svelte#6089 We can fix this as proposed by @rtpt-jonaslieb, but I have no idea how this will impact future svelte versions. @dummdidumm Thoughts? |
Mhm the upstream PR should only take effect in situations when there's no script tag, but in this case one exists. |
Can't make things inconvinient in Firefox, tried to throw an error from svelte component. @raythurnevoid Can you try this branch and report if that fixes things for you? npm i -D non25/svelte-loader#fix-sources-content
# or in yarn
yarn add -D svelte-loader@non25/svelte-loader#fix-sources-content |
@non25 Works like a charms! You are amazing! |
3.1.0
3.0.0 rollback
You can check this behavior here: https://github.com/raythurnevoid/svelte-template/tree/svelte-loader-3.1.0
Source maps work for ts files but not for svelte.
Env;
The text was updated successfully, but these errors were encountered: