enonic / app-applications

Enonic XP - Applications app
GNU General Public License v3.0
1 stars 2 forks source link

Upgrade target ES version #1756

Open edloidas opened 2 months ago

edloidas commented 2 months ago

For front-end code consider moving from ES5 target to, at least ES2018 (the one, that still mostly supported by pre-Chromium MS Edge), as we using it for Cloud Console already. We may also use newer target, like ES2021.

edloidas commented 2 months ago

Related to https://github.com/enonic/lib-admin-ui/issues/3706