Skip to content

Commit

Permalink
chore: update dependencies to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
ersachin3112 committed Apr 6, 2024
1 parent 17d716b commit c72b219
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.js
Expand Up @@ -310,6 +310,7 @@ class CopyPlugin {
let stats;

try {
// @ts-ignore
stats = await stat(inputFileSystem, absoluteFrom);
} catch (error) {
// Nothing
Expand Down Expand Up @@ -582,6 +583,7 @@ class CopyPlugin {
let data;

try {
// @ts-ignore
data = await readFile(inputFileSystem, absoluteFilename);
} catch (error) {
compilation.errors.push(/** @type {WebpackError} */ (error));
Expand Down

0 comments on commit c72b219

Please sign in to comment.