-
-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug #456 Display a warning when calling "copyFiles" with an invalid p…
…ath (Lyrkan) This PR was squashed before being merged into the master branch (closes #456). Discussion ---------- Display a warning when calling "copyFiles" with an invalid path This PR adds a warning when `copyFiles()` is called with a `from` value that isn't an existing directory. This is kind of related to #445 but even if the friendly-errors-webpack-plugin worked properly in this case the origin of the error would probably not be obvious (it'd most likely contain a reference to the temporary entry). Commits ------- 5161d30 Display a different warning when trying to copy from an unexisting directory or an invalid one 8cb9d4a Display a warning when calling "copyFiles" with an invalid path
- Loading branch information
Showing
2 changed files
with
58 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters