Skip to content

Commit c281dd9

Browse files
committed
Remove umd from exports
Our expectation is that if you're using the UMD builds, you're not loading them through a normal module system like require or import. Instead you're probably copying the files directly or loading them from a CDN like unpkg.
1 parent 67bef4b commit c281dd9

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/react-dom/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
"./profiling": "./profiling.js",
5151
"./test-utils": "./test-utils.js",
5252
"./unstable_testing": "./unstable_testing.js",
53-
"./umd/*": "./umd/*",
5453
"./src/*": "./src/*",
5554
"./package.json": "./package.json"
5655
},

packages/react/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"./package.json": "./package.json",
2828
"./jsx-runtime": "./jsx-runtime.js",
2929
"./jsx-dev-runtime": "./jsx-dev-runtime.js",
30-
"./umd/*": "./umd/*",
3130
"./unstable-shared-subset": "./unstable-shared-subset.js"
3231

3332
},

0 commit comments

Comments
 (0)