Skip to content
New issue

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

Upgrade webpack's css-loader to 6.x #1526

Open
indeyets opened this issue Apr 8, 2022 · 0 comments
Open

Upgrade webpack's css-loader to 6.x #1526

indeyets opened this issue Apr 8, 2022 · 0 comments

Comments

@indeyets
Copy link
Contributor

indeyets commented Apr 8, 2022

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.)

@indeyets indeyets changed the title Upgrade webpack's css-loader Upgrade webpack's css-loader to 6.x Apr 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant