Closed bates64 closed 7 years ago
Ah, exciting. I hadn't noticed the difference in case, since I am indeed on a Mac :-)
Would you mind putting in a PR to fix this, and fix app/index.html
as well if needed? Thanks!
FWIW, I'm not particularly convinced Webpack is the best thing; but that's not really relevant here...
Correction: On Windows filenames (and pretty much everything) are case-insensitive. I thought Mac filenames were case-sensitive, but I guess I'm wrong 📦
edit: confirmed, both Windows and Mac filenames are case-insensitive.
You can format your mac to be case sensitive but it might break a lot of things
it might break a lot of things
Oh, it does! I tried it on my Mac once, it makes Steam and Adobe software very sad...
Thrown from
tosh.bundle.js
after a Webpack build. This is just a case of OS differences, I believe. I'm assuming that, @tjvr, you're on a Mac here: on Linux/Windows filenames are case sensitive, unlike on Macs!The problem here is that
/build/index.html
has this line:Whereas the actual filename is
jszip.js
.