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
In 11.5.0, sideEffects: false was added to the package.json. This has stopped the styles being imported by webpack which now sees it as an unused zero side effect file. See webpack-contrib/mini-css-extract-plugin#102 (comment).