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 broken sourcemaps when using esbuild --public-path #515

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jan 18, 2023

  1. When resolving a sourcemap URL, ignore any leading directory that may

    be outputted by esbuild when using its --public-path option
    richardkmiller committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    014c84a View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. tested

    nicklozon committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    0ea4c35 View commit details
    Browse the repository at this point in the history
  2. make prefix differ

    nicklozon committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    92fff09 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Merge pull request #1 from nicklozon/fix-missing-sourcemap-with-esbui…

    …ld-public-path
    
    Fix Missing Sourcemap with esbuild publicPath - Tests
    richardkmiller committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    af2cbbb View commit details
    Browse the repository at this point in the history