Enable react.displayName transform

Fixes #1715
This commit is contained in:
Alex Kotliarskyi 2015-06-22 16:38:52 -07:00
parent e47cfb6e33
commit b309e9b50e
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ function transform(srcTxt, filename, options) {
'es7.objectRestSpread',
'flow',
'react',
'react.displayName',
],
sourceFileName: filename,
sourceMaps: false,