From 003df79a7582ba4cc309751b08f248250d859a7b Mon Sep 17 00:00:00 2001 From: Nick Deis Date: Mon, 16 Apr 2018 02:19:39 -0400 Subject: [PATCH] Added react-transform-display-names A small plugin I made so I could use React Devtools on minified code. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 34dca91..bb45508 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ For a starter kit to help write your own transforms, see [**react-transform-noop * [**react-transform-style**](https://github.com/pwmckenna/react-transform-style) - support `style` and `className` styling for all components * [**react-transform-log-render**](https://github.com/rkit/react-transform-log-render) - log component renders with passed props and state * [**react-transform-count-renders**](https://github.com/stipsan/react-transform-count-renders) - counts how many times your components render +* [**react-transform-display-names**](https://github.com/nickdeis/react-transform-display-names) - Retains display names even after minification Feeling inspired? Learn [how to write transforms](#writing-transforms) and send a PR!