Added init() dev block to ReactTestUtils

This commit is contained in:
Dominic Gannaway
2017-03-27 15:46:18 +01:00
parent 4e81eac859
commit b025c43487
2 changed files with 36 additions and 25 deletions
+1
View File
@@ -184,6 +184,7 @@ function uglifyConfig(mangle) {
},
mangle: mangle ? {
screw_ie8: true,
toplevel: true,
} : false,
};
}