Skip to content

Commit

Permalink
fix: compatibility with webpack 4 file system (#570)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait authored Dec 16, 2020
1 parent 6c11e21 commit 720026a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ class CopyPlugin {

// TODO remove after drop webpack@4
if (
compiler.webpack &&
inputFileSystem.lstat &&
inputFileSystem.stat &&
inputFileSystem.lstatSync &&
Expand Down

0 comments on commit 720026a

Please sign in to comment.