mirror of
https://github.com/lrsjng/h5ai
synced 2026-01-06 16:15:30 +01: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…
Reference in a new issue