mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
[plugin] Add default export to forget
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
export { default as BabelPlugin } from "./Babel/BabelPlugin";
|
||||
export { compile, run } from "./CompilerPipeline";
|
||||
export { printHIR } from "./HIR";
|
||||
@@ -13,3 +12,6 @@ export { printReactiveFunction } from "./ReactiveScopes";
|
||||
declare global {
|
||||
var __DEV__: boolean | null | undefined;
|
||||
}
|
||||
|
||||
import ReactForgetBabelPlugin from "./Babel/BabelPlugin";
|
||||
export default ReactForgetBabelPlugin;
|
||||
|
||||
Reference in New Issue
Block a user