提交 f5d4d3f1 编写于 作者: Y yylgit

loglevel

上级 126916b3
......@@ -30,7 +30,9 @@ class Compiler {
]
this.outputFiles = {}; // 输出文件 key为文件路径 value为输出文件内容
this.projectGraph = null;
this.log = new Log();
this.log = new Log({
level: plugin.logLevel || 2
});
this.event = new EventEmitter();
this.webpackCompiler = webpackCompiler;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册