UNPKG

@modern-js/module-tools-v2

Version:

The meta-framework suite designed from scratch for frontend-focused modern web development.

33 lines (32 loc) 1.15 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ZH_LOCALE = void 0; const ZH_LOCALE = { command: { build: { describe: '构建模块命令', watch: '使用 Watch 模式构建模块', tsconfig: '指定 tsconfig.json 文件的路径', style_only: '只构建样式文件', platform: '如果存在的话,执行指定的构建任务或者全部构建任务. (构建任务包括: "storybook", "文档")', no_tsc: '关闭 tsc 编译(废弃)', dts: '开启 dts 文件的生成以及类型检查', no_clear: '不清理产物目录', config: '指定配置文件路径,可以为相对路径或绝对路径' }, dev: { describe: '本地开发命令' }, new: { describe: '模块化工程方案中执行生成器', debug: '开启 Debug 模式,打印调试日志信息', config: '生成器运行默认配置(JSON 字符串)', distTag: '生成器使用特殊的 npm Tag 版本', registry: '生成器运行过程中定制 npm Registry' } } }; exports.ZH_LOCALE = ZH_LOCALE; //# sourceMappingURL=zh.js.map