Kaynağa Gözat

增加文字提示

zhengkaixin 3 yıl önce
ebeveyn
işleme
765e90f882
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      vue.config.js

+ 1 - 1
vue.config.js

@@ -57,7 +57,7 @@ if(process.env.NODE_ENV === "production"){
 			); */
 			); */
 	
 	
 				config.plugins.push(new webpack.ProgressPlugin(percentage => {
 				config.plugins.push(new webpack.ProgressPlugin(percentage => {
-					percentage === 1 ? console.log('编译完成:100.00%') : console.log(`编译进度:${(percentage * 100).toFixed(2)}%`)
+					percentage === 1 ? console.log('编译完成:100.00%') : console.log(`编译进度:${(percentage * 100).toFixed(2)}%,提示!构建请点击‘发行’-‘自定义发行’`)
 				}));
 				}));
 			config.output.filename = `./static/js/[name].${Timestamp}.js`
 			config.output.filename = `./static/js/[name].${Timestamp}.js`
 			config.output.chunkFilename = `./static/js/[name].${Timestamp}.js`
 			config.output.chunkFilename = `./static/js/[name].${Timestamp}.js`