-
Notifications
You must be signed in to change notification settings - Fork 361
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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 * Update README.md Co-authored-by: Jason Miller <developit@users.noreply.github.com> * Update src/index.js Co-authored-by: Jason Miller <developit@users.noreply.github.com> * Update src/prog.js Co-authored-by: Jason Miller <developit@users.noreply.github.com> * Update test/__snapshots__/index.test.js.snap Co-authored-by: Jason Miller <developit@users.noreply.github.com> * Update test/fixtures/worker-loader/package.json Co-authored-by: Jason Miller <developit@users.noreply.github.com> * Update README.md Co-authored-by: Jason Miller <developit@users.noreply.github.com> * Remove node_modules from snapshot * Upgrade rollup-plugin-off-main-thread * Add changeset Co-authored-by: Tim Daubenschütz <tim@daubenschuetz.de> Co-authored-by: Jason Miller <developit@users.noreply.github.com>
- Loading branch information
1 parent
b1a6374
commit 1b61029
Showing
12 changed files
with
338 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'microbundle': minor | ||
--- | ||
|
||
- Add support for Module Workers with a new `--workers` flag |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.