Summary: This one snuck in while rebasing my new rules onto master.

Reviewed By: bnelo12

Differential Revision: D16180472

fbshipit-source-id: b715c218ff1886c1901c7730a6b8dac67beb3968
This commit is contained in:
Pascal Hartig
2019-07-10 04:03:12 -07:00
committed by Facebook Github Bot
parent e831743132
commit 48db46def2

View File

@@ -63,7 +63,7 @@ function watchChanges(
// eslint-disable-next-line no-console
console.log('🕵️‍ Watching for plugin changes');
let delayedCompilation = {};
const delayedCompilation = {};
const kCompilationDelayMillis = 1000;
Object.values(plugins).map(plugin =>