-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot find module if the path contains illegal character #46
Comments
This took me some time to track down on a coworker machine. This is the log:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behaviour
Loaders work if the path contains
#
character.Actual Behaviour
Webpack build fails with ERROR (tested on ts-loader and css-loader):
Steps to Reproduce the Problem
On Windows 10 with run these commands in PowerShell (tested with 5.1):
On Linux run these commands in bash (tested with 5.0.17):
Location of a Minimal Repository that Demonstrates the Issue.
https://github.com/csutorasa/ts-loader-path-issue (ts-loader repo)
https://github.com/csutorasa/loader-path-issue (css-loader repo)
The text was updated successfully, but these errors were encountered: