From f7ea031dac8dedddd9525c42a5c27b34c01f616a Mon Sep 17 00:00:00 2001 From: petehunt Date: Fri, 6 Sep 2013 10:47:18 -0700 Subject: [PATCH] Add ReactTransitionGroup to the build --- grunt/config/jsx/jsx.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/grunt/config/jsx/jsx.js b/grunt/config/jsx/jsx.js index b8a049da92..72719a6bad 100644 --- a/grunt/config/jsx/jsx.js +++ b/grunt/config/jsx/jsx.js @@ -1,7 +1,8 @@ 'use strict'; var rootIDs = [ - "React" + "React", + "ReactTransitionGroup" ]; var debug = {