Skip to content

Commit c61eb1f

Browse files
Update package.json exports order for React Server Components
1 parent 893dbb3 commit c61eb1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "react-on-rails JavaScript for react_on_rails Ruby gem",
55
"exports": {
66
".": {
7-
"node": "./node_package/lib/ReactOnRails.node.js",
87
"react-server": "./node_package/lib/ReactOnRailsRSC.js",
8+
"node": "./node_package/lib/ReactOnRails.node.js",
99
"default": "./node_package/lib/ReactOnRails.js"
1010
},
1111
"./RSCWebpackLoader": "./node_package/lib/RSCWebpackLoader.js",

0 commit comments

Comments
 (0)