瀏覽代碼

small things

Adam Shaw 5 年之前
父節點
當前提交
b874aece43
共有 2 個文件被更改,包括 1 次插入4 次删除
  1. 0 3
      .gitignore
  2. 1 1
      scripts/lib/rollup-modules.js

+ 0 - 3
.gitignore

@@ -15,6 +15,3 @@
 
 node_modules
 yarn-error.log
-
-# sometimes rollup-plugin-dts outputs these temp files when circ dependency
-/*.d.ts

+ 1 - 1
scripts/lib/rollup-modules.js

@@ -68,6 +68,6 @@ function buildPkgConfig(pkgStruct, isDev) {
       }
     ],
     watch: WATCH_OPTIONS,
-    onwarn
+    // onwarn
   }
 }