Make WordPress Core

Changeset 58952 for trunk/package.json


Ignore:
Timestamp:
08/29/2024 06:04:02 AM (2 months ago)
Author:
swissspidy
Message:

Script Loader: Remove importmap polyfill.

The polyfill was added in [57492], but all browsers supported by WordPress already support import maps.

This not only disables the polyfill, but completely removes it as it was only added recently and there is no usage outside of core.

Props swissspidy, desrosj, luisherranz, gziolo.
Fixes #60970.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r58880 r58952  
    149149        "core-js-url-browser": "3.6.4",
    150150        "element-closest": "^3.0.2",
    151         "es-module-shims": "1.8.2",
    152151        "formdata-polyfill": "4.0.10",
    153152        "hoverintent": "2.2.1",
Note: See TracChangeset for help on using the changeset viewer.