-
-
Notifications
You must be signed in to change notification settings - Fork 183
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
Option to map entries or normalize paths on both Windows and OSX/Linux #60
Comments
This is what I'm planning to do on #55 |
I have two points:
|
@a-x- you are making a good point here We should stick to the linux path even on windows so it's consistent if you relly on the key during your build process |
Yep, our hack is exactly to make sure that the keys are always the same, regardless of platform. +1 for it being the default behavior. |
@mikegleasonjr @weaverryan Would you mind giving me an example of webpack.config.js where this issue occurs, that will help me writing the tests (as I don't have access to a windows machine...) |
@mikegleasonjr Good point ;)
|
Thanks @mastilver ! |
Hi,
The keys of the manifest on Windows are:
"path\\file.ext"
Whereas on Linux/OSX it is:
"path/file.ext"
Making it difficult to reference a resource by its key in the manifest.
Can we have a callback function to transform the manifest elements prior to insertion or have both paths use slashes (
/
)?The text was updated successfully, but these errors were encountered: