We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We use modern webpack, but CSS-loader is still on 5.x. We should update it (current version is 6.7.1)
CSS-loader 6.x uses modern facilities of webpack and should work faster.
The problem is, that it has a lot of breaking changes https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md#600-2021-07-14 and it is possible that it would require some additional changes to our codebase (such as removal of file-loader, url-loader, changing resource-templates etc.)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We use modern webpack, but CSS-loader is still on 5.x. We should update it (current version is 6.7.1)
CSS-loader 6.x uses modern facilities of webpack and should work faster.
The problem is, that it has a lot of breaking changes https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md#600-2021-07-14 and it is possible that it would require some additional changes to our codebase (such as removal of file-loader, url-loader, changing resource-templates etc.)
The text was updated successfully, but these errors were encountered: