mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00: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,
|
|
};
|