Skip to content

Commit 9e486c0

Browse files
committed
Sync GB RC
1 parent e3cf8a3 commit 9e486c0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://develop.svn.wordpress.org/trunk"
88
},
99
"gutenberg": {
10-
"ref": "810847b084506daf342b63b6c8f1966a36c02772"
10+
"ref": "34c97f62028f28ee36869eee7e056cb3f90484a4"
1111
},
1212
"engines": {
1313
"node": ">=20.10.0",

tools/gutenberg/copy-gutenberg-build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@ async function main() {
892892

893893
// Transform function to remove source map comments from all JS files
894894
const removeSourceMaps = ( content ) => {
895-
return content.replace( /\/\/# sourceMappingURL=.*$/m, '' ).trimEnd();
895+
return content.replace( /\/\/# sourceMappingURL=.*$/gm, '' ).trimEnd();
896896
};
897897

898898
if ( fs.existsSync( scriptsSrc ) ) {

0 commit comments

Comments
 (0)