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(worker): Add sourcemap support for worker bundles #7496

Closed
wants to merge 10 commits into from

Commits on Oct 25, 2021

  1. feat(worker): Add sourcemap support for worker bundles

    - Supports true, "inline", and "hidden" for config.build.sourcemap options.
    - Supports inline and non-inline workers
    KallynGowdy committed Oct 25, 2021
    Copy the full SHA
    3c53dc3 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Shinigami <chrissi92@hotmail.de>
    KallynGowdy and Shinigami92 committed Oct 25, 2021
    Copy the full SHA
    db71392 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

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

Commits on Jan 11, 2022

  1. Copy the full SHA
    6322490 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4d213fb View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2022

  1. chore: rebase

    poyoho committed Mar 27, 2022
    Copy the full SHA
    4336005 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Copy the full SHA
    b2c1b78 View commit details
    Browse the repository at this point in the history
  2. chore: clean code

    poyoho committed Mar 28, 2022
    Copy the full SHA
    0c9cfaa View commit details
    Browse the repository at this point in the history
  3. chore: rebase

    poyoho committed Mar 28, 2022
    Copy the full SHA
    8465261 View commit details
    Browse the repository at this point in the history
  4. fix: test

    poyoho committed Mar 28, 2022
    Copy the full SHA
    69af28d View commit details
    Browse the repository at this point in the history