Skip to content

Commit

Permalink
Fixing issue with ReactDOM being bundled with components
Browse files Browse the repository at this point in the history
  • Loading branch information
mzabriskie committed Oct 22, 2015
1 parent 75f9fa1 commit 3eae18e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webpack.build.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ module.exports = {
},
externals: {
'react': 'React',
'react/addons': 'React'
'react/addons': 'React',
'react-dom': 'ReactDOM'
},
module: {
loaders: [
Expand Down

0 comments on commit 3eae18e

Please sign in to comment.