mirror of https://github.com/webpack/webpack.git
feedback while compiling TestCases
This commit is contained in:
parent
e425dea046
commit
5ed75dd121
|
@ -174,6 +174,7 @@ describe("TestCases", () => {
|
||||||
};
|
};
|
||||||
webpack(options, (err, stats) => {
|
webpack(options, (err, stats) => {
|
||||||
if(err) return done(err);
|
if(err) return done(err);
|
||||||
|
console.log("compiled case:", category.name, "/", config.name, "/", testName);
|
||||||
const statOptions = Stats.presetToOptions("verbose");
|
const statOptions = Stats.presetToOptions("verbose");
|
||||||
statOptions.colors = false;
|
statOptions.colors = false;
|
||||||
mkdirp.sync(outputDirectory);
|
mkdirp.sync(outputDirectory);
|
||||||
|
|
Loading…
Reference in New Issue