mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-10 22:45:24 +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