markitondemand / mk-ui

A suite of JavaScript component libraries focused on accessible solutions to common UI challenges.
MIT License
9 stars 7 forks source link

Case Sensitive Paths Error #21

Closed ETNOL closed 7 years ago

ETNOL commented 7 years ago

Found an error occurs on my webpack build due to some case sensitive paths. Easy fix just to make sure all references within the code to other files match the exact file case.

Error in ./~/mk-ui/dist/js/autocomplete.js Module not found: [CaseSensitivePathsPlugin] c:\Projects\myProject\node_modules\mk-ui\Selectmenu.js does not match the corresponding path on disk selectmenu.js.

@ ./~/mk-ui/dist/js/autocomplete.js 141:2-143:4

micha3ldavid commented 7 years ago

Wait, so what is your proposed solution?