Merge pull request #1716 from frantic/react-displayname

Enable react.displayName transform
This commit is contained in:
Alexander Kotliarskyi 2015-06-22 16:57:00 -07:00
Родитель e47cfb6e33 b309e9b50e
Коммит e1516f7ce6
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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