Race condition in `esbuildPluginSvelte` when writing CSS on rebuild that causes an error to be thrown infrequently. For some reason when changing a file, the `onEnd` is getting called twice so when the folder is being emptied it throws an error.
Race condition in
esbuildPluginSveltewhen writing CSS on rebuild that causes an error to be thrown infrequently.For some reason when changing a file, the
onEndis getting called twice so when the folder is being emptied it throws an error.