Make WordPress Core

Changeset 57965

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

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

This corrects an accidental revert made in [57962].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/6.2/Gruntfile.js

    r57962 r57965  
    16141614    grunt.registerTask( 'verify:source-maps', function() {
    16151615        const ignoredFiles = [
     1616
     1617
    16161618            'build/wp-includes/js/dist/components.js'
    16171619        ];
Note: See TracChangeset for help on using the changeset viewer.