mirror of
https://github.com/nicolargo/glances.git
synced 2026-04-23 07:24:29 -04:00
Remove perf warning while building WebUI
This commit is contained in:
@@ -22,6 +22,9 @@ module.exports = (_, env) => {
|
||||
clean: true,
|
||||
},
|
||||
devtool: isProd ? false : "eval-source-map",
|
||||
performance: {
|
||||
hints: false,
|
||||
},
|
||||
module: {
|
||||
rules: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user