@ima/cli
Version:
IMA.js CLI tool to build, develop and work with IMA.js applications.
5 lines (4 loc) • 466 B
TypeScript
export { type ImaCliPlugin, type ImaConfig, type ImaCliCommand, type ImaCliArgs, type ImaConfigurationContext, } from './types';
export { IMA_CONF_FILENAME, createCacheKey, createDevServerConfig, getCurrentCoreJsVersion, resolveEnvironment, resolveImaConfig, createWebpackConfig, runImaPluginsHook, } from './webpack/utils/utils';
export { findRules } from './webpack/utils/findRules';
export { compileLanguages, getLanguageEntryPoints } from './webpack/languages';