@memberjunction/react-runtime
Version:
Platform-agnostic React component runtime for MemberJunction. Provides core compilation, registry, and execution capabilities for React components in any JavaScript environment.
15 lines (14 loc) • 330 B
text/typescript
/**
* @fileoverview Compiler module exports
* @module @memberjunction/react-runtime/compiler
*/
export { ComponentCompiler } from './component-compiler';
export {
DEFAULT_PRESETS,
DEFAULT_PLUGINS,
PRODUCTION_CONFIG,
DEVELOPMENT_CONFIG,
getBabelConfig,
validateBabelPresets,
getJSXConfig
} from './babel-config';