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

Add filename to combined source map if needed #6089

Merged
merged 3 commits into from Jul 23, 2021

Commits on Mar 15, 2021

  1. Add sources to combined map if needed

    When source maps are combined and the leading map is empty, sources is not set. Add the filename to the empty array in this case.
    Related sveltejs/kit#424
    Simon Holthausen committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    0d63bc4 View commit details
    Browse the repository at this point in the history
  2. fix test

    Simon Holthausen committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    fd74dcc View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. Configuration menu
    Copy the full SHA
    efdb82b View commit details
    Browse the repository at this point in the history