Skip to content

Commit d01ebc8

Browse files
committed
Revert "Also apply content hash for experimental files (#28590)"
This reverts commit 37676ab.
1 parent 0b427b0 commit d01ebc8

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

scripts/rollup/build-all-release-channels.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -239,18 +239,6 @@ function processExperimental(buildDir, version) {
239239
);
240240
}
241241

242-
[
243-
buildDir + '/react-native/implementations/',
244-
buildDir + '/facebook-react-native/',
245-
].forEach(reactNativeBuildDir => {
246-
if (fs.existsSync(reactNativeBuildDir)) {
247-
updatePlaceholderReactVersionInCompiledArtifacts(
248-
reactNativeBuildDir,
249-
ReactVersion + '-' + canaryChannelLabel + '-%FILEHASH%'
250-
);
251-
}
252-
});
253-
254242
// Update remaining placeholders with canary channel version
255243
updatePlaceholderReactVersionInCompiledArtifacts(
256244
buildDir,

0 commit comments

Comments
 (0)