Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: facebook/react
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fe905f152f1c9740279e31ce4478a5b8ca75172e
Choose a base ref
...
head repository: facebook/react
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f0ad60890447deb01f53de455effa7a03acce73b
Choose a head ref
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Jan 10, 2022

  1. Copy the full SHA
    29881ee View commit details
  2. Update package.json

    otakustay authored Jan 10, 2022
    Copy the full SHA
    fc43577 View commit details

Commits on Jan 11, 2022

  1. Add runtime to exports

    otakustay authored Jan 11, 2022
    Copy the full SHA
    f0ad608 View commit details
Showing with 7 additions and 1 deletion.
  1. +7 −1 packages/react-refresh/package.json
8 changes: 7 additions & 1 deletion packages/react-refresh/package.json
Original file line number Diff line number Diff line change
@@ -18,6 +18,12 @@
"umd/"
],
"main": "runtime.js",
"exports": {
".": "./runtime.js",
"./runtime": "./runtime.js",
"./babel": "./babel.js",
"./package.json": "./package.json"
},
"repository": {
"type": "git",
"url": "https://github.com/facebook/react.git",
@@ -31,4 +37,4 @@
"react-dom-16-8": "npm:react-dom@16.8.0",
"scheduler-0-13": "npm:scheduler@0.13.0"
}
}
}