mirror of
https://github.com/zebrajr/react.git
synced 2025-12-07 00:20:28 +01:00
18 lines
400 B
JavaScript
18 lines
400 B
JavaScript
/**
|
|
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
const PUBLISHABLE_PACKAGES = [
|
|
'babel-plugin-react-compiler',
|
|
'eslint-plugin-react-compiler',
|
|
'react-compiler-healthcheck',
|
|
'react-compiler-runtime',
|
|
];
|
|
|
|
module.exports = {
|
|
PUBLISHABLE_PACKAGES,
|
|
};
|