We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c049dd commit beef9ffCopy full SHA for beef9ff
1 file changed
webpack.base.config.js
@@ -57,11 +57,11 @@ module.exports = function (env) {
57
}
58
},
59
{
60
- 'react-addons-css-transition-group': {
61
- commonjs: 'react-addons-css-transition-group',
62
- commonjs2: 'react-addons-css-transition-group',
63
- amd: 'react-addons-css-transition-group',
64
- root: ['React', 'addons', 'CSSTransitionGroup']
+ 'react-addons-transition-group': {
+ commonjs: 'react-addons-transition-group',
+ commonjs2: 'react-addons-transition-group',
+ amd: 'react-addons-transition-group',
+ root: ['React', 'addons', 'TransitionGroup']
65
66
67
],
0 commit comments