UNPKG

536 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": "${type} Start building (STAGE ${stage} / ENV ${env})",
7 "build_complete": "${type} Building complete (STAGE ${stage} / ENV ${env})",
8 "building": "Webpack building..."
9 },
10 "dev": {
11 "missing_stage": "Please set STAGE.\n${indent}> ${example}"
12 }
13}