We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be6a610 commit f3b335dCopy full SHA for f3b335d
Gruntfile.js
@@ -1785,9 +1785,6 @@ module.exports = function(grunt) {
1785
const ignoredFiles = [
1786
'build/wp-includes/js/dist/components.js',
1787
'build/wp-includes/js/dist/data.js',
1788
- // We have a problem where Yjs is being bundled in core-data.
1789
- // Ignoring this file until we find a solution.
1790
- 'build/wp-includes/js/dist/core-data.js',
1791
];
1792
const files = buildFiles.reduce( ( acc, path ) => {
1793
// Skip excluded paths and any path that isn't a file.
0 commit comments