reactway / scss-bundle

Bundling SCSS files to one bundled file.
MIT License
57 stars 25 forks source link

feat: add [IGNORED] label to ignored imports #51

Closed ccntrq closed 6 years ago

ccntrq commented 6 years ago

With #45 we gained the possibility to ignore certain imports. This PR will add [IGNORED] labels to these imports in the debug output. This change was suggested by @pfeigl somewhere in the discussion for #45.

MartynasZilinskas commented 6 years ago

Thanks.