mirror of https://github.com/status-im/metro.git
[ReactNative] Enable displayName transformer in open source
This commit is contained in:
parent
7beb248c06
commit
47eec251bc
|
@ -39,6 +39,7 @@ function transform(srcTxt, filename, options) {
|
|||
'es7.objectRestSpread',
|
||||
'flow',
|
||||
'react',
|
||||
'react.displayName',
|
||||
'regenerator',
|
||||
],
|
||||
plugins: plugins,
|
||||
|
|
Loading…
Reference in New Issue