Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow direct importing of the standalone module
When bundling content-tag tag in a WebWorker, building with rollup will not use the `browser` condition, and fallback to the node imports. We don't want that, so we need a way to import the explicit standalone build of content-tag.
- Loading branch information