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.