UNPKG

736 BJSONView Raw
1{
2 "file_not_found": "File not found: ${file}",
3 "missing_option": "Please provide option ${option}.\n${indent}> ${example}",
4 "build": {
5 "config_type_error": "Error: build config file (${file}) must export ${type}",
6 "build_start": "Start building: ${type} [STAGE ${stage} | ENV ${env}]",
7 "build_complete": "Building complete: ${type} [STAGE ${stage} | ENV ${env}]",
8 "building": "Webpack building...",
9 "spa_template_emitted": "SPA HTML file emitted to ${file}",
10 "spa_template_not_found": "SPA template file not found",
11 "complete": "Build complete! (${time})"
12 },
13 "dev": {
14 "missing_stage": "Please set STAGE.\n${indent}> ${example}"
15 }
16}