Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
Add React Native react-dom/server exclusion to all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
hwillson committed Jun 17, 2019
1 parent 87b273c commit 876286f
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/all/package.json
Original file line number Diff line number Diff line change
@@ -14,6 +14,9 @@
"license": "MIT",
"main": "./lib/react-apollo.cjs.js",
"module": "./lib/react-apollo.esm.js",
"react-native": {
"react-dom/server": false
},
"typings": "./lib/index.d.ts",
"repository": {
"type": "git",
3 changes: 3 additions & 0 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -12,6 +12,9 @@
"license": "MIT",
"main": "./lib/react-components.cjs.js",
"module": "./lib/react-components.esm.js",
"react-native": {
"react-dom/server": false
},
"typings": "./lib/index.d.ts",
"repository": {
"type": "git",
3 changes: 3 additions & 0 deletions packages/hoc/package.json
Original file line number Diff line number Diff line change
@@ -12,6 +12,9 @@
"license": "MIT",
"main": "./lib/react-hoc.cjs.js",
"module": "./lib/react-hoc.esm.js",
"react-native": {
"react-dom/server": false
},
"typings": "./lib/index.d.ts",
"repository": {
"type": "git",

0 comments on commit 876286f

Please sign in to comment.