Make WordPress Core

Changeset 57967

Timestamp:
04/09/2024 02:34:43 PM (4 months ago)
Author:
johnbillion
Message:

Build/Test tools: Ignore the warning about sourcemaps in the block-editor script in the 6.0 branch.

This corrects an accidental revert made in [57964].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/6.0/Gruntfile.js

    r57964 r57967  
    15571557    grunt.registerTask( 'verify:source-maps', function() {
    15581558        const ignoredFiles = [
     1559
     1560
    15591561            'build/wp-includes/js/dist/components.js'
    15601562        ];
Note: See TracChangeset for help on using the changeset viewer.