[Fax] Make react-markup publishable via scripts (#30722)

This commit is contained in:
Sebastian Silbermann
2024-08-16 21:08:20 +02:00
committed by GitHub
parent 5edbe29dbe
commit 1eaccd8285

View File

@@ -52,7 +52,7 @@ const stablePackages = {
// These packages do not exist in the @canary or @latest channel, only
// @experimental. We don't use semver, just the commit sha, so this is just a
// list of package names instead of a map.
const experimentalPackages = [];
const experimentalPackages = ['react-markup'];
module.exports = {
ReactVersion,