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: legacy build of web workers #12320

Draft
wants to merge 19 commits into
base: main
Choose a base branch
from

Commits on Mar 1, 2023

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

Commits on Mar 3, 2023

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

Commits on Mar 6, 2023

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

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    414c3be View commit details
    Browse the repository at this point in the history
  2. chore: put the babel transformation & polyfill logic of workers insid…

    …e the `renderChunk`
    
    This replaces the old behaviour that put it in `generateBundle`
    Tal500 committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    fb63dc3 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

  1. chore: generate a separated worker per output

    This moves the logic of the worker build from "transform" to "renderChunk".
    An issue that was introduced: The output dir now isn't `workers/`, but `assets` instead (need fixing).
    Tal500 committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    c493778 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    685a12d View commit details
    Browse the repository at this point in the history
  3. chore: fix formatting

    Tal500 committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    6b904b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f059438 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. chore: use Rollup output plugins system for the legacy workers, clean…

    …ing dramatically the API
    Tal500 committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    b3a24bc View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2023

  1. Configuration menu
    Copy the full SHA
    5dae45a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c34b23 View commit details
    Browse the repository at this point in the history
  3. chore: minor comment removal

    Tal500 committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    6cbebde View commit details
    Browse the repository at this point in the history
  4. chore: remove unneeded TODO

    Tal500 committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    12caec2 View commit details
    Browse the repository at this point in the history
  5. chore: run the token replacement after, so there will be a chance to …

    …insert the polyfill path
    Tal500 committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    fc35b3d View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

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

Commits on Apr 1, 2023

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

Commits on Apr 10, 2023

  1. feat: share final output correctly of identical assets output comming…

    … from different workers/output
    Tal500 committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    f4f91f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    839ffb7 View commit details
    Browse the repository at this point in the history