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

fix: missing js sourcemaps with rewritten imports broke debugging (#7767) #9476

Merged
merged 8 commits into from Nov 22, 2022

Commits on Jul 31, 2022

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

Commits on Aug 1, 2022

  1. perf: reduce overhead from dummy sourcemap generation

    Move the dummy sourcemap generation out of `transformStableResult()` so it has no impact on doing the transformations. Eliminate need for `highres: true` making generation faster and sourcemaps smaller when the mappings are superficial.
    BenceSzalai committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    e7229d4 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

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

Commits on Aug 4, 2022

  1. test: fix broken import in dummy sourcemap test

    The issue did not affect the testing as the loaded JS file was not executed, only fixed for the sake of correctness.
    BenceSzalai committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    7e4cb2a View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

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

Commits on Nov 3, 2022

  1. fix: exclude HMR responses from dummy sourcemap generation

    Compatibility was broken with fix vitejs#9914 but also we don't need and don't want to add dummy sourcemaps to HMR JS requests.
    BenceSzalai committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    6061436 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

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

Commits on Nov 20, 2022

  1. chore: tweak

    sapphi-red committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    15dc03e View commit details
    Browse the repository at this point in the history