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

[434] Migrate Webpack configuration #435

Merged
merged 2 commits into from
Oct 21, 2024

Conversation

klappradla
Copy link
Member

Convert the existing Webpack configuration to a "classic" configuration without using the deprecated clean-webpack plugin. In addition to that, I also went with a TypeScript definition - since we're on that anyways.

As a drive-by I also updated some CSS loader dependencies. This results in quite some warnings from Sass concerning the code in the bootstrap library. But I guess we can live with that. They should disappear at some point.

Closes #434

Convert the existing Webpack configuration to a "classic" configuration
without using the deprecated `clean-webpack` plugin. In addition to
that, I also went with a TypeScript definition - since we're on that
anyways.

Ticket: #434

Closes #434
@klappradla klappradla merged commit 45eaaed into main Oct 21, 2024
7 checks passed
@klappradla klappradla deleted the feature/434-migrate-webpack-configuration branch October 21, 2024 08:11
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

Successfully merging this pull request may close these issues.

Migrate Webpack configuration
2 participants