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.