Gradle Build Issues and Suggested Solutions
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
module.exports = (config) => {
|
||||
config.performance = {
|
||||
hints: false, // Warnungen aus
|
||||
maxEntrypointSize: 1024 * 1024,
|
||||
maxAssetSize: 1024 * 1024,
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user