@ima/cli
Version:
IMA.js CLI tool to build, develop and work with IMA.js applications.
4 lines (3 loc) • 416 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, findRules, runImaPluginsHook, } from './webpack/utils';
export { compileLanguages, getLanguageEntryPoints } from './webpack/languages';