UNPKG

744 BJSONView Raw
1{
2 "file_not_found": "文件未找到:${file}",
3 "missing_option": "请提供 ${option} 选项。\n${indent}> ${example}",
4 "build": {
5 "config_type_error": "错误:打包配置文件(${file})需输出 ${type}",
6 "build_start": "开始打包:${type} [STAGE ${stage} | ENV ${env}]",
7 "build_complete": "打包完成:${type} [STAGE ${stage} | ENV ${env}]",
8 "building": "Webpack 打包中……",
9 "spa_template_emitted": "SPA HTML 页面文件已输出至 ${file}",
10 "spa_template_not_found": "SPA 模板文件未找到",
11 "complete": "打包完成!(${time})"
12 },
13 "dev": {
14 "missing_stage": "请设置场景。\n${indent}> ${example}"
15 }
16}