-
Notifications
You must be signed in to change notification settings - Fork 607
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4494 from iclanton/fix-hashed-folder-copy-plugin-…
…windows [hashed-folder-copy-webpack-plugin] Fix hashed-folder-copy-plugin on Windows.
- Loading branch information
Showing
3 changed files
with
18 additions
and
3 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
...ack/hashed-folder-copy-plugin/fix-hashed-folder-copy-plugin-windows_2024-01-25-19-47.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@rushstack/hashed-folder-copy-plugin", | ||
"comment": "Fix an issue where builds running on Windows and not on the C drive would not discover assets.", | ||
"type": "patch" | ||
} | ||
], | ||
"packageName": "@rushstack/hashed-folder-copy-plugin" | ||
} |
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
7 changes: 6 additions & 1 deletion
7
webpack/hashed-folder-copy-plugin/src/test/HashedFolderCopyPlugin.test.ts
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