Skip to content
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

Error in case-sensitive system #1

Closed
Phyks opened this issue Apr 19, 2017 · 2 comments
Closed

Error in case-sensitive system #1

Phyks opened this issue Apr 19, 2017 · 2 comments

Comments

@Phyks
Copy link

Phyks commented Apr 19, 2017

Hi,

require("imagesLoaded")

in this module seems to be failing on case-sensitive filesystems (and should be require(imagesloaded) instead I guess).

Webpack build is working on a Mac, but not working on Linux, which seems to be the same as this SO post.

A workaround for users at the moment (if anyone has the same error and comes across this issue) is to use:

module.exports = {
    resolve: {
            'imagesLoaded': 'imagesloaded'
    }
}

in the webpack config.

Thanks!

David-Desmaisons added a commit that referenced this issue Apr 19, 2017
@David-Desmaisons
Copy link
Owner

David-Desmaisons commented Apr 19, 2017

Thanks for pointing out that.
This is corrected in version 1.1.2.

@Phyks
Copy link
Author

Phyks commented Apr 20, 2017

Awesome! Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants