mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Build perf and test-utils addon npm packages
This commit is contained in:
@@ -14,10 +14,18 @@ var addons = {
|
||||
module: 'LinkedStateMixin',
|
||||
name: 'linked-state-mixin',
|
||||
},
|
||||
Perf: {
|
||||
module: 'ReactDefaultPerf',
|
||||
name: 'perf',
|
||||
},
|
||||
PureRenderMixin: {
|
||||
module: 'ReactComponentWithPureRenderMixin',
|
||||
name: 'pure-render-mixin',
|
||||
},
|
||||
TestUtils: {
|
||||
module: 'ReactTestUtils',
|
||||
name: 'test-utils',
|
||||
},
|
||||
TransitionGroup: {
|
||||
module: 'ReactTransitionGroup',
|
||||
name: 'transition-group',
|
||||
|
||||
Reference in New Issue
Block a user