@teambit/bundler
Version:
11 lines (10 loc) • 726 B
TypeScript
import { BundlerAspect } from './bundler.aspect';
export type { DevServer } from './dev-server';
export type { DevServerContext } from './dev-server-context';
export type { BundlerContext, Target, ModuleTarget, HtmlConfig as BundlerHtmlConfig, EntryMap as BundlerEntryMap, Entry as BundlerEntry, MetaData as BundlerContextMetaData, } from './bundler-context';
export type { Bundler, BundlerResult, BundlerMode, Asset, ChunksAssetsMap, EntriesAssetsMap, EntryAssets, } from './bundler';
export type { BundlerMain } from './bundler.main.runtime';
export type { ComponentDir } from './get-entry';
export { ComponentServer } from './component-server';
export * from './events';
export { BundlerAspect, BundlerAspect as default };