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

Rebase: Add worker-loader #867

Merged
merged 10 commits into from
Oct 6, 2021
Merged

Rebase: Add worker-loader #867

merged 10 commits into from
Oct 6, 2021

Commits on Jul 20, 2021

  1. Add worker-loader

    Targets enhancement: #170
    Enable usage of `microbundle --worker-loader` to apply rollup-plugin-web-worker-loader.
    
    Allow bundling web workers automatically
    
    - Add flag `--worker-loader`
    - For format `es` and `modern`, a Worker `type: module` is automatically
    bundled
    TimDaub authored and marcbouchenoire committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    3b5d62f View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Co-authored-by: Jason Miller <developit@users.noreply.github.com>
    2 people authored and marcbouchenoire committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    3cbe428 View commit details
    Browse the repository at this point in the history
  3. Update src/index.js

    Co-authored-by: Jason Miller <developit@users.noreply.github.com>
    2 people authored and marcbouchenoire committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    8d0f09b View commit details
    Browse the repository at this point in the history
  4. Update src/prog.js

    Co-authored-by: Jason Miller <developit@users.noreply.github.com>
    2 people authored and marcbouchenoire committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    cec96d8 View commit details
    Browse the repository at this point in the history
  5. Update test/__snapshots__/index.test.js.snap

    Co-authored-by: Jason Miller <developit@users.noreply.github.com>
    2 people authored and marcbouchenoire committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    a61743e View commit details
    Browse the repository at this point in the history
  6. Update test/fixtures/worker-loader/package.json

    Co-authored-by: Jason Miller <developit@users.noreply.github.com>
    2 people authored and marcbouchenoire committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    02e7e01 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    Co-authored-by: Jason Miller <developit@users.noreply.github.com>
    2 people authored and marcbouchenoire committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    fbb061a View commit details
    Browse the repository at this point in the history
  8. Remove node_modules from snapshot

    TimDaub authored and marcbouchenoire committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    214a7fe View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    211665d View commit details
    Browse the repository at this point in the history
  10. Add changeset

    marcbouchenoire committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    30242dd View commit details
    Browse the repository at this point in the history