Skip to content
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

sourcemap service improvements #5409

Open
farfromrefug opened this issue Oct 5, 2020 · 0 comments
Open

sourcemap service improvements #5409

farfromrefug opened this issue Oct 5, 2020 · 0 comments

Comments

@farfromrefug
Copy link
Contributor

@farfromrefug farfromrefug commented Oct 5, 2020

  • If you disable sourcemaps with webpack then the cli will still translate any file if the sourcemap is present.
    the cli sourcemap service should be disable when env.sourcemap is false. I found myself in the need to see the actual source files from an error. I simply couldnt, had to modify the cli code to disable the sourcemap entirely
  • when translating source maps the cli always adds "app" at the start as file name. This is wrong. It should only do that when it is an actual app file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.