mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-29 15:59:39 +08:00
Merge pull request #1716 from frantic/react-displayname
Enable react.displayName transform
This commit is contained in:
@@ -32,6 +32,7 @@ function transform(srcTxt, filename, options) {
|
||||
'es7.objectRestSpread',
|
||||
'flow',
|
||||
'react',
|
||||
'react.displayName',
|
||||
],
|
||||
sourceFileName: filename,
|
||||
sourceMaps: false,
|
||||
|
||||
Reference in New Issue
Block a user