gohypergiant / react-component-hierarchy

A CLI app for visualizing how React components are structured in a project.
https://medium.com/bpxl-craft/introducing-react-component-hierarchy-35d5cc4d3782
MIT License
119 stars 25 forks source link

Adding plugins, ignore *css files #9

Closed Noyabronok closed 6 years ago

Noyabronok commented 7 years ago

this fixes the error caused by importing css files

piotrd commented 7 years ago

Tested manually, no error anymore 👍

joejoejoew commented 6 years ago

This fix seems to working for me, too.