Skip to content

Commit

Permalink
Revert "Also apply content hash for experimental files (facebook#28590)"
Browse files Browse the repository at this point in the history
This reverts commit 37676ab.
  • Loading branch information
yungsters committed May 30, 2024
1 parent 0b427b0 commit d01ebc8
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions scripts/rollup/build-all-release-channels.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,18 +239,6 @@ function processExperimental(buildDir, version) {
);
}

[
buildDir + '/react-native/implementations/',
buildDir + '/facebook-react-native/',
].forEach(reactNativeBuildDir => {
if (fs.existsSync(reactNativeBuildDir)) {
updatePlaceholderReactVersionInCompiledArtifacts(
reactNativeBuildDir,
ReactVersion + '-' + canaryChannelLabel + '-%FILEHASH%'
);
}
});

// Update remaining placeholders with canary channel version
updatePlaceholderReactVersionInCompiledArtifacts(
buildDir,
Expand Down

0 comments on commit d01ebc8

Please sign in to comment.