[ReactNative] Enable displayName transformer in open source

This commit is contained in:
Ben Alpert 2015-09-08 08:13:51 -07:00
parent 7beb248c06
commit 47eec251bc
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ function transform(srcTxt, filename, options) {
'es7.objectRestSpread',
'flow',
'react',
'react.displayName',
'regenerator',
],
plugins: plugins,