Remove perf warning while building WebUI

This commit is contained in:
nicolargo
2026-02-20 09:38:08 +01:00
parent b10ceb479b
commit 46da88367a

View File

@@ -22,6 +22,9 @@ module.exports = (_, env) => {
clean: true,
},
devtool: isProd ? false : "eval-source-map",
performance: {
hints: false,
},
module: {
rules: [
{