openhab / openhab-js

openHAB JavaScript Library for JavaScript Scripting Automation
https://www.openhab.org/addons/automation/jsscripting/
Eclipse Public License 2.0
38 stars 31 forks source link

Infrastructure: Disable Webpack TerserPlugin for cached globals injection #283

Closed florian-h05 closed 11 months ago

florian-h05 commented 11 months ago

Regression from #273.

Using the Webpack TerserPlugin to minimize web-packed, cached globals injection heavily decreased performance, therefore remove it.