css-loader has an option modules, when it is set to true, only files match /\.module\.\w+$/i.test(filename) will be treated as CSS modules, but typings-for-css-modules-loader cannot filtering files like css-loader, is it possible to add support for this feature? Thanks in advance.
css-loader has an option modules, when it is set to
true, only files match/\.module\.\w+$/i.test(filename)will be treated as CSS modules, but typings-for-css-modules-loader cannot filtering files like css-loader, is it possible to add support for this feature? Thanks in advance.