Make WordPress Core

Changeset 57958

Timestamp:
04/09/2024 02:00:31 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 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.0/Gruntfile.js

    r53381 r57958  
    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.