OpenEnergyDashboard / OED

Open Energy Dashboard (OED)
Mozilla Public License 2.0
75 stars 263 forks source link

Remove transitive use of `core-js@2` #1097

Closed hyperupcall closed 6 months ago

hyperupcall commented 10 months ago

Description

When using Babel, core-js is a common dependency used for automatically polyfillying modern ECMAScript features. In general, it is used client-side and not server-side. So, remove its use on the server and instead use the escapeHtml pollyfill.

Related to #871

Type of change

Checklist

Limitations

N/A