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

Migrate to webpack asset modules #2614

Closed
raimund-schluessler opened this issue Apr 7, 2022 · 1 comment
Closed

Migrate to webpack asset modules #2614

raimund-schluessler opened this issue Apr 7, 2022 · 1 comment
Labels
1. to develop Accepted and waiting to be taken care of technical debt

Comments

@raimund-schluessler
Copy link
Contributor

file-loader, raw-loader and url-loader are deprecated and got replaced by Asset Modules in webpack 5, see https://webpack.js.org/guides/asset-modules/.
After we migrate to css-loader@6 in #2608, we should move to asset modules as well.

@raimund-schluessler raimund-schluessler added 1. to develop Accepted and waiting to be taken care of technical debt labels Apr 7, 2022
@raimund-schluessler
Copy link
Contributor Author

I just realized we can skip this by just using the common webpack configuration. Closing as superseded by #2615.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. to develop Accepted and waiting to be taken care of technical debt
Projects
None yet
Development

No branches or pull requests

1 participant