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

Find a solution to remove remaining webpack specific -loader imports #7471

Open
na9da opened this issue Feb 18, 2025 · 0 comments
Open

Find a solution to remove remaining webpack specific -loader imports #7471

na9da opened this issue Feb 18, 2025 · 0 comments

Comments

@na9da
Copy link
Collaborator

na9da commented Feb 18, 2025

While upgrading to webpack 5 we removed several webpack style loader imports but we still have a couple of them for CSS:

import "!!style-loader!css-loader!./editor.skin.min.css"; // Custom borderless skin

import "!!style-loader!css-loader!./sortable.css";

Remove or replace these with some ESM compliant imports. This might need changing webpack rules to make it work.

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