Make WordPress Core

Changeset 50985


Ignore:
Timestamp:
05/25/2021 12:11:13 AM (3 years ago)
Author:
peterwilsoncc
Message:

Build: Use deterministic module ids in webpack for media.

Used hashed IDs rather the named IDs to reduce file size and remove references to non-existent paths in the final build.

Follow-up for [50940,50984].
Props gziolo, peterwilsoncc.
See #53192.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/webpack/media.js

    r50984 r50985  
    2828        optimization: {
    2929            minimize: true,
    30             moduleIds: 'named',
     30            moduleIds: 'hashed',
    3131            minimizer: [
    3232                new UglifyJsPlugin( {
Note: See TracChangeset for help on using the changeset viewer.