openhab-webui/bundles
GiviMAD 1c03c60f84
Upgrade from webpack v4 to v5 (#2267)
Upgrade webpack and related build dependencies from v4 to v5.
Also upgrade the NodeJS and npm versions used by the Main UI build as well as babel.

The changes follow the recommendations of the webpack migration guide at https://webpack.js.org/migrate/5/ or are required changes for updated webpack plugins.
New default values causing problems have been overwritten, e.g. devServer.compress: false because compression broke the SSE event streams.
The ModuleConcatenationPlugin is not created manually in production mode anymore, as this setting broke the production build, and it is not neccassary to create that, as this plugin is automatically enabled in production mode.
See https://webpack.js.org/plugins/module-concatenation-plugin/.

---------

Also-by: Florian Hotze <florianh_dev@icloud.com>
Signed-off-by: Miguel Álvarez <miguelwork92@gmail.com>
2024-01-31 00:32:56 +01:00
..
org.openhab.ui Upgrade from webpack v4 to v5 (#2267) 2024-01-31 00:32:56 +01:00
org.openhab.ui.basic Upgrade from webpack v4 to v5 (#2267) 2024-01-31 00:32:56 +01:00
org.openhab.ui.cometvisu Cleanup Java code (#2263) 2024-01-17 19:10:16 +01:00
org.openhab.ui.habot Upgrade from webpack v4 to v5 (#2267) 2024-01-31 00:32:56 +01:00
org.openhab.ui.habpanel Upgrade from webpack v4 to v5 (#2267) 2024-01-31 00:32:56 +01:00
org.openhab.ui.iconset.classic Update license headers to 2024 (#2254) 2024-01-03 21:17:55 +01:00
pom.xml Apply spotless after release 2023-12-22 23:33:18 +01:00