-
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(build): add support for windows filesystem
When building on the Windows filesystem back-slashes were being used for file paths and module ids. The back-slashes were being escaped but in the case of modules that start with the letter 'u' ended up being interpreted as starting a unicode character. To fix this we are replacing back-slashes with forward-slashes in module paths and module ids. This is believed to be a non-breaking change.
- Loading branch information
Showing
2 changed files
with
15 additions
and
3 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