Changeset 61184
- Timestamp:
- 11/07/2025 09:17:46 PM (3 months ago)
- File:
-
- 1 edited
-
trunk/Gruntfile.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Gruntfile.js
r61134 r61184 1786 1786 'build/wp-includes/js/dist/components.js', 1787 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 1788 ]; 1792 1789 const files = buildFiles.reduce( ( acc, path ) => {
Note: See TracChangeset
for help on using the changeset viewer.