Skip to content

Commit fc6266c

Browse files
committed
Gruntfile: verify:source-maps: restore for core-data.
Yjs was bundled by accident in the `core-data` package, so we had to ignore the source map verification in an earlier package sync ([61009]). This can now be restored because the issue was fixed in WordPress/gutenberg#72503. Fixes #64120. git-svn-id: https://develop.svn.wordpress.org/trunk@61184 602fd350-edb4-49c9-b593-d223f7449a82
1 parent d1a7c29 commit fc6266c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Gruntfile.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1785,9 +1785,6 @@ module.exports = function(grunt) {
17851785
const ignoredFiles = [
17861786
'build/wp-includes/js/dist/components.js',
17871787
'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',
17911788
];
17921789
const files = buildFiles.reduce( ( acc, path ) => {
17931790
// Skip excluded paths and any path that isn't a file.

0 commit comments

Comments
 (0)