Update warning message

This commit is contained in:
Aya Morisawa 2017-03-01 18:19:33 +09:00
parent 659e350bc6
commit d01f7b9ef7
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ const isProduction = env === 'production';
const isDebug = !isProduction; const isDebug = !isProduction;
if (isDebug) { if (isDebug) {
console.log(chalk.yellow.bold('注意!!! 開発モードが有効です。(成果物の圧縮などはスキップされます)')); console.log(chalk.yellow.bold('WARNING NODE_ENV is not "production". (built script compessing will not be performed.)'));
} }
const constants = require('./src/const.json'); const constants = require('./src/const.json');