Skip to content

Commit

Permalink
Fix named export resolving order (#306)
Browse files Browse the repository at this point in the history
This should makes integration with third party tools a bit better
  • Loading branch information
amoutonbrady committed Jan 11, 2021
1 parent 1d5a6a3 commit 6b28920
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@
"import": "./web/dist/server.js",
"require": "./web/dist/server.cjs"
},
"browser": {
"import": "./web/dist/web.js",
"require": "./web/dist/web.cjs"
},
"node": {
"import": "./web/dist/server-async.js",
"require": "./web/dist/server-async.cjs"
Expand Down

0 comments on commit 6b28920

Please sign in to comment.