You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
AprilArcus, bgever, jkaster, whscullin and mdodgelooker