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

Webpack5/Vite: Fix sourcemaps #27171

Merged
merged 25 commits into from
May 24, 2024
Merged

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    9667b1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19fb74d View commit details
    Browse the repository at this point in the history
  3. Fix addon-docs

    valentinpalkovic committed May 16, 2024
    Configuration menu
    Copy the full SHA
    61ecef8 View commit details
    Browse the repository at this point in the history
  4. Fix addon-docs

    valentinpalkovic committed May 16, 2024
    Configuration menu
    Copy the full SHA
    0200052 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    04378b7 View commit details
    Browse the repository at this point in the history
  2. Small fixes

    valentinpalkovic committed May 17, 2024
    Configuration menu
    Copy the full SHA
    5cb8045 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

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

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    6b47b6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff23e1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1bbf6f View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    093342f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f1ec03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8537e14 View commit details
    Browse the repository at this point in the history
  4. Revert: Small fixes

    valentinpalkovic committed May 23, 2024
    Configuration menu
    Copy the full SHA
    13ace46 View commit details
    Browse the repository at this point in the history
  5. Revert "Vite: Fix sourcemapping for CSF files"

    This reverts commit 04378b7.
    valentinpalkovic committed May 23, 2024
    Configuration menu
    Copy the full SHA
    6c8c4ca View commit details
    Browse the repository at this point in the history
  6. Revert "Fix addon-docs"

    This reverts commit 0200052.
    valentinpalkovic committed May 23, 2024
    Configuration menu
    Copy the full SHA
    08cf1ad View commit details
    Browse the repository at this point in the history
  7. Revert "Fix addon-docs"

    This reverts commit 61ecef8.
    valentinpalkovic committed May 23, 2024
    Configuration menu
    Copy the full SHA
    aeb5c1f View commit details
    Browse the repository at this point in the history
  8. Partially Revert "Webpack5: Fix sourcemaps"

    This reverts commit 9667b1e.
    valentinpalkovic committed May 23, 2024
    Configuration menu
    Copy the full SHA
    ac6c1e5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    780ef97 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    aa628d6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c5f9332 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    00619f9 View commit details
    Browse the repository at this point in the history
  2. Remove includeContent option in magic string source map generation

    Vite/Rollup only needs the "mappings" field for sourecemaps and ignores sourcesContentarrays. Therefore, there is no need to generate "sourcesContent" by setting the "includeContent" flag to true for magicString sourcemaps generation
    valentinpalkovic committed May 24, 2024
    Configuration menu
    Copy the full SHA
    a579b28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c106a52 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9f1e1d View commit details
    Browse the repository at this point in the history