Changeset 57981 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 04/10/2024 02:40:05 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r57713 r57981 90 90 91 91 $vendor_scripts = array( 92 'react' => array( 'wp-polyfill' ),93 'react-dom' 92 'react', 93 'react-dom' => array( 'react' ), 94 94 'regenerator-runtime', 95 95 'moment', … … 104 104 'wp-polyfill-object-fit', 105 105 'wp-polyfill-inert', 106 'wp-polyfill' => array( 'wp-polyfill-inert', 'regenerator-runtime' ),106 'wp-polyfill', 107 107 ); 108 108
Note: See TracChangeset
for help on using the changeset viewer.