Skip to content

Commit

Permalink
Remove umd from exports
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
acdlite committed Feb 9, 2022
1 parent 67bef4b commit c281dd9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/react-dom/package.json
Expand Up @@ -50,7 +50,6 @@
"./profiling": "./profiling.js",
"./test-utils": "./test-utils.js",
"./unstable_testing": "./unstable_testing.js",
"./umd/*": "./umd/*",
"./src/*": "./src/*",
"./package.json": "./package.json"
},
Expand Down
1 change: 0 additions & 1 deletion packages/react/package.json
Expand Up @@ -27,7 +27,6 @@
"./package.json": "./package.json",
"./jsx-runtime": "./jsx-runtime.js",
"./jsx-dev-runtime": "./jsx-dev-runtime.js",
"./umd/*": "./umd/*",
"./unstable-shared-subset": "./unstable-shared-subset.js"

},
Expand Down

0 comments on commit c281dd9

Please sign in to comment.