From a1ffb7fbbe3e07ec821017faf155f8103eeb2541 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Tue, 9 Apr 2024 14:29:25 +0000 Subject: [PATCH] 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]. git-svn-id: https://develop.svn.wordpress.org/branches/6.2@57965 602fd350-edb4-49c9-b593-d223f7449a82 --- Gruntfile.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index 2a6d2b9fba..b6b976c865 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -1613,6 +1613,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 ) => {