wallop
wallop copied to clipboard
Can't resolve 'Wallop’ when building on linux
I just received this error while trying to build on a linux machine.
ERROR in ./src/js/slider.js
Module not found: Error: Can't resolve 'Wallop’ in
I fixed it by changing to lowercase ‘wallop’ like it is referenced in node_modules. Normally I build on a mac without issues. Can you update the documentation?
Hi, How are you loading the module? i.e which type of module loader are you using?
I'm using webpack 3.0.0 and babel-loader 7.0.0. MacOS & PC are not case-sensitive but Linux is.
I see, @neutraltone has already created a pull request for this. #83
Thanks!