Innologica / vue2-daterange-picker

Vue2 date range picker
https://innologica.github.io/vue2-daterange-picker/
MIT License
330 stars 209 forks source link

0.2.4 CaseSensitivePaths error #66

Closed timlkelly closed 5 years ago

timlkelly commented 5 years ago

I upgraded from 0.2.3 from to 0.2.4, mainly to have the ability to set startDate and endDate to null, which I think will allow me to have the input field start empty. However, once I started the webpack dev server I got this error.

ERROR in ./node_modules/vue2-daterange-picker/dist/lib/vue-daterange-picker.min.js
Module not found: Error: [CaseSensitivePathsPlugin] `/Users/tim/development/xxxx/node_modules/Vue/dist/vue.runtime.esm.js` does not match the corresponding path on disk `vue`.
timlkelly commented 5 years ago

I've created #67 to address this issue