Skip to content

Commit

Permalink
Revert "fix(remix): add esm export for node (#12663)"
Browse files Browse the repository at this point in the history
This reverts commit 747e236.
  • Loading branch information
lforst authored Jul 3, 2024
1 parent d5bba58 commit 16d45cc
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 16d45cc

Please sign in to comment.