Make WordPress Core

Changeset 57956

Timestamp:
04/09/2024 01:58:11 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 warning is legitimate but needs to be investigated more thoroughly across all branches. Ignoring these files allows the build to complete without warnings.

Props gziolo, jorbin, desrosj

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/6.2/Gruntfile.js

    r55494 r57956  
    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.