Right now there is no way to control how the plugin decides if a file should be treated as a module, cause regexp for that is hard-coded as /\.module/.
If I want to use any of my css/sass files as a module, I have to name them all as *.module.css.
Do you think we can make this configurable?
Right now there is no way to control how the plugin decides if a file should be treated as a module, cause regexp for that is hard-coded as
/\.module/.If I want to use any of my css/sass files as a module, I have to name them all as
*.module.css.Do you think we can make this configurable?