From c72b219f071bc0026fa84a03ce573dbb2a119d31 Mon Sep 17 00:00:00 2001 From: Sachin Kumar Date: Sat, 6 Apr 2024 21:45:18 +0530 Subject: [PATCH] chore: update dependencies to the latest version --- src/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.js b/src/index.js index bdaea74..de80f1d 100644 --- a/src/index.js +++ b/src/index.js @@ -310,6 +310,7 @@ class CopyPlugin { let stats; try { + // @ts-ignore stats = await stat(inputFileSystem, absoluteFrom); } catch (error) { // Nothing @@ -582,6 +583,7 @@ class CopyPlugin { let data; try { + // @ts-ignore data = await readFile(inputFileSystem, absoluteFilename); } catch (error) { compilation.errors.push(/** @type {WebpackError} */ (error));