mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
[rcr] Publish react-compiler-runtime to npm
Updates our publishing scripts to also publish react-compiler-runtime.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# react-compiler-runtime
|
||||
|
||||
Backwards compatible shim for runtime APIs used by React Compiler. Primarily meant for React versions prior to 19, but it will also work on > 19.
|
||||
|
||||
See also https://github.com/reactwg/react-compiler/discussions/6.
|
||||
@@ -2,6 +2,7 @@ const PUBLISHABLE_PACKAGES = [
|
||||
'babel-plugin-react-compiler',
|
||||
'eslint-plugin-react-compiler',
|
||||
'react-compiler-healthcheck',
|
||||
'react-compiler-runtime',
|
||||
];
|
||||
|
||||
module.exports = {
|
||||
|
||||
Reference in New Issue
Block a user