mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-29 14:35:18 -04:00
Update.
This commit is contained in:
parent
1ae45f6cbb
commit
5d0770ca36
1 changed files with 2 additions and 2 deletions
|
@ -136,8 +136,8 @@ module.exports = suite => {
|
|||
if (err) {
|
||||
fq.report({type: 'err', method: 'scripts', message: err});
|
||||
}
|
||||
console.log(stats.toString({colors: true}));
|
||||
// fq.report({type: 'info', method: 'webpack', message: formatWebpackStats(stats, 10)});
|
||||
// console.log(stats.toString({colors: true}));
|
||||
fq.report({type: 'info', method: 'webpack', message: formatWebpackStats(stats, 10)});
|
||||
|
||||
fq(`${build}: _h5ai/public/js/scripts.js`)
|
||||
.if(suite.args.production, function applyuglifyjs() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue