mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 05:57:32 -07:00
Update warning message
This commit is contained in:
parent
f21f5aa73a
commit
6cacc370d0
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue