Skip to content

Commit

Permalink
fix: Invalid esm package exports (#725)
Browse files Browse the repository at this point in the history
Fixes #724
  • Loading branch information
nicksrandall authored Feb 20, 2023
1 parent 5f481b3 commit 44b05ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sandpack-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"require": "./dist/clients/node/index.js"
},
".": {
"import": "./dist",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
Expand Down

1 comment on commit 44b05ec

@vercel
Copy link

@vercel vercel bot commented on 44b05ec Feb 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sandpack-docs – ./website/docs

sandpack.vercel.app
sandpack-docs-git-main-codesandbox1.vercel.app
sandpack-docs-codesandbox1.vercel.app

Please sign in to comment.