Files
glances/glances
nicolargo a0812e36e4 Fix broken WebUI build: declare terser-webpack-plugin explicitly
webpack.config.js requires terser-webpack-plugin, but the package was
never declared in package.json. It only resolved through npm hoisting,
because webpack itself depended on it up to 5.107.2.

webpack 5.110.3 replaced that internal dependency with
minimizer-webpack-plugin, so the phantom dependency disappeared from
node_modules and `make webui` failed before the build even started:

    Cannot find module 'terser-webpack-plugin'
    at Object.<anonymous> (glances/outputs/static/webpack.config.js:5:29)

Declare it in devDependencies so the config no longer depends on
another package's transitive dependency tree.

Also includes the JS dependency bumps from `make webui-update` and the
regenerated bundles.
2026-09-05 11:06:40 +02:00
..
2026-08-01 11:08:27 +02:00
2026-08-01 10:30:49 +02:00

You are in the main Glances source folder. This page is **ONLY** for developers.

If you are looking for the user manual, please follow this link:
https://glances.readthedocs.io/en/stable/