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].


git-svn-id: https://develop.svn.wordpress.org/branches/6.1@57966 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn 2024-04-09 14:32:19 +00:00
parent f4abe773e5
commit 53c355f67e

@ -1568,6 +1568,8 @@ module.exports = function(grunt) {
*/
grunt.registerTask( 'verify:source-maps', function() {
const ignoredFiles = [
'build/wp-includes/js/dist/block-editor.js',
'build/wp-includes/js/dist/block-editor.min.js',
'build/wp-includes/js/dist/components.js'
];
const files = buildFiles.reduce( ( acc, path ) => {