UNPKG

@mypaas/hcm-cli

Version:

Vant Cli 是一个 Vue 组件库构建工具,通过 Vant Cli 可以快速搭建一套功能完备的 Vue 组件库。

8 lines (7 loc) 275 B
import { WebpackConfig } from '../common/types'; declare type GenWebpackConfigOptions = { extractCss?: boolean; }; export declare function genBaseConfig({ extractCss, }?: GenWebpackConfigOptions): WebpackConfig; export declare const baseConfig: WebpackConfig; export {};