You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
Describe the bug
When running "npm run dev" no js sourcemaps are being generated.
I tried to figure out what's happening in the config, but just can't figure it out. So, I just forced it in ./node_modules/sapper/rollup.js
Logs
Please include browser console and server logs around the time this bug occurred.
To Reproduce
To help us help you, if you've found a bug please consider the following:
If possible, we recommend creating a small repo that illustrates the problem.
Reproductions should be small, self-contained, correct examples – http://sscce.org.
Occasionally, this won't be possible, and that's fine – we still appreciate you raising the issue. But please understand that Svelte is run by unpaid volunteers in their free time, and issues that follow these instructions will get fixed faster.
Expected behavior
I would expect sourcemaps to be generated in dev mode.
Rollup.js
If you have a stack trace to include, we recommend putting inside a <details> block for the sake of the thread's readability:
Describe the bug
When running "npm run dev" no js sourcemaps are being generated.
I tried to figure out what's happening in the config, but just can't figure it out. So, I just forced it in ./node_modules/sapper/rollup.js
Logs
Please include browser console and server logs around the time this bug occurred.
To Reproduce
To help us help you, if you've found a bug please consider the following:
Occasionally, this won't be possible, and that's fine – we still appreciate you raising the issue. But please understand that Svelte is run by unpaid volunteers in their free time, and issues that follow these instructions will get fixed faster.
Expected behavior
I would expect sourcemaps to be generated in dev mode.
Rollup.js
If you have a stack trace to include, we recommend putting inside a
<details>
block for the sake of the thread's readability:Rollup.JS file
Information about your Sapper Installation:
Chrome 79
Windows 10
Node 10.6
Sapper 0.27.4
Rollup
Severity
Annoying - Low level
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: