From f3b335dd26f785298d1551a602ed9e2f64b5b745 Mon Sep 17 00:00:00 2001 From: ella Date: Fri, 7 Nov 2025 15:46:43 -0500 Subject: [PATCH] Gruntfile: restore verify:source-maps for core-data --- Gruntfile.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 5536d0eeca13b..d1dc8d5946a70 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -1785,9 +1785,6 @@ module.exports = function(grunt) { const ignoredFiles = [ 'build/wp-includes/js/dist/components.js', 'build/wp-includes/js/dist/data.js', - // We have a problem where Yjs is being bundled in core-data. - // Ignoring this file until we find a solution. - 'build/wp-includes/js/dist/core-data.js', ]; const files = buildFiles.reduce( ( acc, path ) => { // Skip excluded paths and any path that isn't a file.