Skip to content

Commit

Permalink
chore(*): remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Heymdall committed Oct 14, 2024
1 parent 87b7f42 commit f1439ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/arui-scripts/src/commands/build/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import config from '../../configs/webpack.client.prod';
import { MultiStats } from 'webpack';

console.log(chalk.magenta('Building client...'));
console.time('build client');

build(config)
.then(({ stats, warnings }) => {
console.timeEnd('build client');
Expand Down

0 comments on commit f1439ee

Please sign in to comment.