Gradle Build Issues and Suggested Solutions

This commit is contained in:
stefan
2025-09-01 13:26:37 +02:00
parent e77c2561dc
commit 3acc760653
4 changed files with 50 additions and 5 deletions
@@ -0,0 +1,7 @@
module.exports = (config) => {
config.performance = {
hints: false, // Warnungen aus
maxEntrypointSize: 1024 * 1024,
maxAssetSize: 1024 * 1024,
};
};