Skip to content

Commit

Permalink
Ignore react-dom in build
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-kononovich committed Oct 23, 2015
1 parent 1ff6a02 commit 5705b85
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"dialog"
],
"browserify-shim": {
"react": "global:React"
"react": "global:React",
"react-dom": "global:ReactDOM"
}
}
}

0 comments on commit 5705b85

Please sign in to comment.