mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
f74f6cd945
Updates our publishing scripts to also publish react-compiler-runtime.
11 lines
208 B
JavaScript
11 lines
208 B
JavaScript
const PUBLISHABLE_PACKAGES = [
|
|
'babel-plugin-react-compiler',
|
|
'eslint-plugin-react-compiler',
|
|
'react-compiler-healthcheck',
|
|
'react-compiler-runtime',
|
|
];
|
|
|
|
module.exports = {
|
|
PUBLISHABLE_PACKAGES,
|
|
};
|