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

feat(esbuild): add 'sourcemap' option to configure sourcemap generation #2528

Merged
merged 4 commits into from
Mar 18, 2021

Commits on Mar 14, 2021

  1. feat(esbuild): add 'sourcemap_inline' option to generate inline sourc…

    …emaps
    
    Inline sourcemaps are useful in debug servers and are easier to correctly set up than external sourcemaps.
    mattsoulanille committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    5c54282 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7040968 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7d9614 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

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