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.

16 lines (15 loc) 242 B
{ "presets": ["env", "react"], "plugins": [ "transform-class-properties", [ "module-resolver", { "root": ["./src", "./node_modules"], "alias": { "test": "./test" } } ] ] }