Skip to content

Commit

Permalink
Added addon as external configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
alansouzati committed Aug 27, 2016
1 parent 4952631 commit 66d1442
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion grommet-toolbox.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ export default {
},
externals: {
'react': 'React',
'react-dom': 'ReactDOM'
'react-dom': 'ReactDOM',
'react-addons-transition-group': 'React.addons.TransitionGroup'
}
},
distPreprocess: ['generate-index-icons', 'dist-css'],
Expand Down

0 comments on commit 66d1442

Please sign in to comment.