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 #5417

Merged
merged 13 commits into from Mar 29, 2022

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 28, 2022

  1. chore: Merge remote-tracking branch 'vite/main' into feat/worker-sour…

    …cemaps
    
    # Conflicts:
    #	packages/vite/src/node/plugins/worker.ts
    #	packages/vite/src/node/plugins/workerImportMetaUrl.ts
    KallynGowdy committed Mar 28, 2022
    Copy the full SHA
    c5a01f2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    324efb9 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f70683e View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    71f4b0d View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    4df4452 View commit details
    Browse the repository at this point in the history
  6. refactor: Simplify integration between bundleWorkerEntry() and emitSo…

    …urcemapForWorkerEntry()
    KallynGowdy committed Mar 28, 2022
    Copy the full SHA
    72fa5c0 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    cf973a9 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. chore: Merge remote-tracking branch 'vite/main' into feat/worker-sour…

    …cemaps
    
    # Conflicts:
    #	packages/vite/src/node/plugins/worker.ts
    #	packages/vite/src/node/plugins/workerImportMetaUrl.ts
    KallynGowdy committed Mar 29, 2022
    Copy the full SHA
    9edf8b2 View commit details
    Browse the repository at this point in the history