super-project
Version:
Base framework for Super Project.
14 lines (13 loc) • 536 B
JSON
{
"file_not_found": "File not found: ${file}",
"missing_option": "Please provide option ${option}.\n${indent}> ${example}",
"build": {
"config_type_error": "Error: build config file (${file}) must export ${type}",
"build_start": "${type} Start building (STAGE ${stage} / ENV ${env})",
"build_complete": "${type} Building complete (STAGE ${stage} / ENV ${env})",
"building": "Webpack building..."
},
"dev": {
"missing_stage": "Please set STAGE.\n${indent}> ${example}"
}
}