UNPKG

536 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 },
10 "dev": {
11 "missing_stage": "请设置场景。\n${indent}> ${example}"
12 }
13}