Skip to content
Snippets Groups Projects
Commit d01f7b9e authored by Aya Morisawa's avatar Aya Morisawa
Browse files

Update warning message

parent 659e350b
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ const isProduction = env === 'production';
const isDebug = !isProduction;
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');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment