Make WordPress Core

Changeset 61184


Ignore:
Timestamp:
11/07/2025 09:17:46 PM (3 months ago)
Author:
ellatrix
Message:

Gruntfile: verify:source-maps: restore for core-data.

Yjs was bundled by accident in the core-data package, so we had to ignore the source map verification in an earlier package sync ([61009]). This can now be restored because the issue was fixed in https://github.com/WordPress/gutenberg/pull/72503.

Fixes #64120.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Gruntfile.js

    r61134 r61184  
    17861786            'build/wp-includes/js/dist/components.js',
    17871787            'build/wp-includes/js/dist/data.js',
    1788             // We have a problem where Yjs is being bundled in core-data.
    1789             // Ignoring this file until we find a solution.
    1790             'build/wp-includes/js/dist/core-data.js',
    17911788        ];
    17921789        const files = buildFiles.reduce( ( acc, path ) => {
Note: See TracChangeset for help on using the changeset viewer.