Is there a Webpack plugin to identify SCSS duplicate imports?

Viewed 17

I have a large React application with Webpack and SCSS. In this app I have several components and some of them have their own SCSS file.

Is there any Webpack plugin (or other tool) to detect SCSS duplicated @imports? As I would like to detect these cases and improve them.

0 Answers
Related