Skip to content

Commit 7d0e415

Browse files
authored
Fix react-runtime main field (facebook#19193)
The "main" field in this package points to a non-existent file. This fixes it.
1 parent ed94600 commit 7d0e415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-refresh/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"cjs/",
1818
"umd/"
1919
],
20-
"main": "index.js",
20+
"main": "runtime.js",
2121
"repository": {
2222
"type": "git",
2323
"url": "https://github.com/facebook/react.git",

0 commit comments

Comments
 (0)