Skip to content

Commit

Permalink
ReactDOM: remove unstable-native-dependencies bundle
Browse files Browse the repository at this point in the history
This is only used by react-native-web and will be replaced by a user-space
implementation. See: necolas/react-native-web#1568
  • Loading branch information
necolas committed Apr 3, 2020
1 parent 7785a52 commit b6d14ac
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions scripts/rollup/bundles.js
Expand Up @@ -155,15 +155,6 @@ const bundles = [
externals: ['react'],
},

/* React DOM internals required for react-native-web (e.g., to shim native events from react-dom) */
{
bundleTypes: [UMD_DEV, UMD_PROD, NODE_DEV, NODE_PROD],
moduleType: RENDERER_UTILS,
entry: 'react-dom/unstable-native-dependencies',
global: 'ReactDOMUnstableNativeDependencies',
externals: ['react', 'react-dom'],
},

/******* React DOM Server *******/
{
bundleTypes: [
Expand Down

0 comments on commit b6d14ac

Please sign in to comment.