@ -9,7 +9,11 @@ const build = (config, done) => {
compiler.run((err, stats) => {
if (!err) {
console.log(stats.toString({ colors: true }));
console.log(stats.toString({
colors: true,
chunks: false,
children: false
}));
} else {
console.error(err.stack || err);
@ -1,6 +1,6 @@
{
"name": "neutrino",
"version": "2.0.3",
"version": "2.1.0",
"description": "Create and build JS applications with managed configurations",
"main": "bin/neutrino",
"bin": {