chore: remove delay
This commit is contained in:
parent
0f8d6c0551
commit
2f0a5074bb
|
@ -12,8 +12,6 @@ class WaitForManifestPlugin extends WebpackBeforeBuildPlugin {
|
||||||
try {
|
try {
|
||||||
// eslint-disable-next-line no-await-in-loop
|
// eslint-disable-next-line no-await-in-loop
|
||||||
await stat(manifest);
|
await stat(manifest);
|
||||||
// eslint-disable-next-line no-await-in-loop
|
|
||||||
await new Promise((resolve) => setTimeout(resolve, 100));
|
|
||||||
callback();
|
callback();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user