From 46da88367af2abc2a3f9d8ebfe91640e09a9c5bd Mon Sep 17 00:00:00 2001 From: nicolargo Date: Fri, 20 Feb 2026 09:38:08 +0100 Subject: [PATCH] Remove perf warning while building WebUI --- glances/outputs/static/webpack.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/glances/outputs/static/webpack.config.js b/glances/outputs/static/webpack.config.js index d8a443fe..89abe013 100644 --- a/glances/outputs/static/webpack.config.js +++ b/glances/outputs/static/webpack.config.js @@ -22,6 +22,9 @@ module.exports = (_, env) => { clean: true, }, devtool: isProd ? false : "eval-source-map", + performance: { + hints: false, + }, module: { rules: [ {