浏览代码

fix: display js rebuilding logs in bench watch

version-14
Mangesh-Khairnar 6 年前
父节点
当前提交
37f28685aa
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      rollup/watch.js

+ 1
- 1
rollup/watch.js 查看文件

@@ -32,7 +32,7 @@ function watch_assets() {

case 'BUNDLE_START': {
const output = event.output[0];
if (output.endsWith('.js', '.vue')) {
if (output.endsWith('.js') || output.endsWith('.vue')) {
log('Rebuilding', path.basename(event.output[0]));
}
break;


正在加载...
取消
保存