Skip to content

Commit

Permalink
feat: add "worker" export in package.json (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
desjoerd committed Apr 26, 2022
1 parent 4f63638 commit c58c80a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -80,6 +80,7 @@
"exports": {
".": {
"browser": "./dist/browser/index.js",
"worker": "./dist/browser/index.js",
"import": "./dist/node/esm/index.js",
"require": "./dist/node/cjs/index.js"
},
Expand Down

0 comments on commit c58c80a

Please sign in to comment.