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
when doing something like import 'some-module/my.css'; babel plugin crashes with a message saying it can't find __dirname/some-module/my.css when it should be looking in ~/node_modules/some-module/my.css`
This is functionality that worked using ReactCSSModules