developit / microbundle

📦 Zero-configuration bundler for tiny modules.
https://npm.im/microbundle
MIT License
8.03k stars 362 forks source link

Remove mention of UMD support for web workers #962

Closed nickbabcock closed 2 years ago

nickbabcock commented 2 years ago

OMT only supports amd or esm as output, so the readme should not mention umd as supported.

When executing microbundle with umd format and --workers, the web worker will fail to be detected or bundled.

changeset-bot[bot] commented 2 years ago

⚠️ No Changeset found

Latest commit: e83f3b82ed26c12a425c991d3923cb3dc5902fc3

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR