diff --git a/compiler/forget/src/index.ts b/compiler/forget/src/index.ts index c161bb7b64..a3c6d8e2e3 100644 --- a/compiler/forget/src/index.ts +++ b/compiler/forget/src/index.ts @@ -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;