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
We are using css-modules-typescript-loader to generate our types with CSS modules, css-loader and sass.
I'm seeing an issue in the generated typescript files from css-modules-typescript-loader. When we update to css-loader version 4, the exports have no fields in CssExports.
This works fine with css-loader version 3.6.0 but issue appears when updating to css-loader version 4.
abologna-rigup, iashchuk, hpohl, edo-zhou, kagawagao and 9 more