Enable babel transformer for emotion
Summary: This diff enables the babel transformer for emotion. It is supposed to be a bit faster, but the most interesting thing is that it will show component names inside the dom tree, which, at least for me, will be a huge performance booster is it will make it much easier to find out to which component style changes need to be applied Reviewed By: nikoant Differential Revision: D21722021 fbshipit-source-id: cab1278046b1aa7f8b875c016d43dfafdbaa0a2d
This commit is contained in:
committed by
Facebook GitHub Bot
parent
54162d480c
commit
828385e246
@@ -130,7 +130,7 @@ test('can filter for data', async () => {
|
||||
<span>
|
||||
"j
|
||||
<span
|
||||
class="css-1tdfls1"
|
||||
class="css-i709sw-Highlighted ep1h60f0"
|
||||
>
|
||||
son
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user