Skip to content

Commit

Permalink
Fixing issue with React being bundled with components
Browse files Browse the repository at this point in the history
  • Loading branch information
mzabriskie committed Sep 9, 2015
1 parent caff0d1 commit 6f2facf
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 @@ -24,7 +24,8 @@ module.exports = {
libraryTarget: 'umd'
},
externals: {
'react': 'React'
'react': 'React',
'react/addons': 'React'
},
module: {
loaders: [
Expand Down

0 comments on commit 6f2facf

Please sign in to comment.