mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 21:08:44 +01:00
Build/Test tools: Ignore the warning about sourcemaps in the block-editor script in the 6.0 branch.
This corrects an accidental revert made in [57964]. git-svn-id: https://develop.svn.wordpress.org/branches/6.0@57967 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
bb8b645be4
commit
2437cb9afa
@ -1556,6 +1556,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 ) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user