nazar-pc / PickMeUp

Really simple, powerful, customizable and lightweight standalone datepicker
BSD Zero Clause License
616 stars 189 forks source link

Using plugin via bower + webpack make an error #95

Closed yazonnile closed 9 years ago

yazonnile commented 9 years ago

Hi, there) I`m using this plugin with bower + webpack

require('pickmeup');

And this throw an error

Uncaught Error: Cannot find module "./css/pickmeup.css"

I`ve fixed it via removing

"css/pickmeup.css"

this string from pickmeup/bower.json file And its work for me. But Im not sure, that Its a best solution, so plz look on it)

nazar-pc commented 9 years ago

I'm not using PickMeUp personally in such setup, PR would be welcomed (but removing "css/pickmeup.css", probably, is not the best idea).

yazonnile commented 9 years ago

ha! As it turned out, its my issue, that comes coz css-loader missing in webpack But I dont need such a loader, so for the now I just remove that string,

So at all - there is no such an issue. Sory for disturb