Browse Source

Remove duplicate warning output.

Jason Grout 4 năm trước cách đây
mục cha
commit
83d38fdc4b
1 tập tin đã thay đổi với 0 bổ sung4 xóa
  1. 0 4
      builder/src/build-labextension.ts

+ 0 - 4
builder/src/build-labextension.ts

@@ -98,10 +98,6 @@ commander
         }
       }
 
-      if (stats.hasWarnings()) {
-        console.warn(info.warnings);
-      }
-
       if (stats.hash !== lastHash) {
         lastHash = stats.hash;
         const statsString = stats.toString({ colors });