dont emit client_info.json - fixes #318

This commit is contained in:
Rich Harris
2018-08-01 21:46:26 -04:00
parent d1fcd07c92
commit 1bcf20511b
2 changed files with 0 additions and 2 deletions

View File

@@ -252,7 +252,6 @@ class Watcher extends EventEmitter {
},
result: info => {
fs.writeFileSync(path.join(dest, 'client_info.json'), JSON.stringify(info));
fs.writeFileSync(path.join(dest, 'client_assets.json'), JSON.stringify(info.assetsByChunkName, null, ' '));
this.deferreds.client.fulfil();