Skip to content

Commit

Permalink
fix(remix): adjust esm import
Browse files Browse the repository at this point in the history
  • Loading branch information
topaxi committed Jun 28, 2024
1 parent cf3de9f commit 662e631
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"import": "./build/esm/index.client.js",
"require": "./build/cjs/index.client.js"
},
"node": {
"import": "./build/esm/index.server.js",
"require": "./build/cjs/index.server.js"
}
"import": {
"default": "./build/esm/index.server.js"
},
"node": "./build/cjs/index.server.js"
},
"./import": {
"import": {
Expand Down

0 comments on commit 662e631

Please sign in to comment.