Skip to content

Commit

Permalink
Revert "fix(remix): add esm export for node" (#12742)
Browse files Browse the repository at this point in the history
  • Loading branch information
lforst authored Jul 3, 2024
1 parent d5bba58 commit a8c4db8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@
"import": "./build/esm/index.client.js",
"require": "./build/cjs/index.client.js"
},
"import": {
"default": "./build/esm/index.server.js"
},
"node": "./build/cjs/index.server.js"
},
"./import": {
Expand Down

0 comments on commit a8c4db8

Please sign in to comment.