Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'vue.config.js')
-rw-r--r--vue.config.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/vue.config.js b/vue.config.js
index a758b2378e..325655fe5a 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -80,5 +80,8 @@ module.exports = {
callback();
});
+
+ // disable asset size warnings
+ config.performance.hints(false);
},
};