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
- Import MiniCssExtractPlugin for production CSS extraction
- Configure css-loader with modules option for .module.css files
- Use style-loader for development, MiniCssExtractPlugin.loader for production
- Set localIdentName pattern for CSS modules class names
- This should resolve webpack compilation errors for CSS module imports
Fixes Generator test failures with 'css-loader' module not found errors
0 commit comments