UNPKG

babel-plugin-transform-react-fela-display-name

Version:

This plugin transforms the display names of all react-fela components created with createComponent or createComponentWithProxy to the name of the variable to which they are assigned.

15 lines (14 loc) 208 B
{ "presets": ["env", "react"], "plugins": [ [ "module-resolver", { "root": ["./src", "./node_modules"], "alias": { "test": "./test" } } ] ] }