mirror of
https://github.com/zebrajr/react.git
synced 2025-12-07 00:20:28 +01:00
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,
|
|
};
|