Make WordPress Core

Changeset 57966


Ignore:
Timestamp:
04/09/2024 02:32:19 PM (3 weeks ago)
Author:
johnbillion
Message:

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

This corrects an accidental revert made in [57963].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/6.1/Gruntfile.js

    r57963 r57966  
    15691569    grunt.registerTask( 'verify:source-maps', function() {
    15701570        const ignoredFiles = [
     1571            'build/wp-includes/js/dist/block-editor.js',
     1572            'build/wp-includes/js/dist/block-editor.min.js',
    15711573            'build/wp-includes/js/dist/components.js'
    15721574        ];
Note: See TracChangeset for help on using the changeset viewer.