Skip to content

Commit

Permalink
[ReactNative] Enable displayName transformer in open source
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiebits committed Sep 8, 2015
1 parent f9ca103 commit 93b9329
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packager/transformer.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ function transform(srcTxt, filename, options) {
'es7.objectRestSpread',
'flow',
'react',
'react.displayName',
'regenerator',
],
plugins: plugins,
Expand Down

0 comments on commit 93b9329

Please sign in to comment.