chore(monorepo/client): less verbose webpack output

This commit is contained in:
Elian Doran 2025-04-18 22:57:22 +03:00
parent e8d9f980cd
commit 37bf7c2bfb
No known key found for this signature in database

View File

@ -121,7 +121,6 @@ const config: Configuration = {
stylesheets: path.resolve(rootDir, "src/public/stylesheets")
}
},
stats: "verbose",
devtool: "nosources-source-map",
target: "electron-renderer"
};