Closed onthedoor closed 8 years ago
Also, I'm looking for someone to help build my prototype - I'm wondering if you ar interested in doing some consulting work?
I finally got this sorted by using a less-loader: { test: /.less$/, loader: "style!css!less" }, and in client.js : require('react-widgets/lib/less/react-widgets.less');
I have been attempting to build a form that uses react-widgets DateTime component, but am confronted with getting web pack set up correctly. Sometimes I get the DateTime selector working with the correct styles, other times not. At the same time, I may or may not get the correct css working with the Facebook login button. I've spent many hours trying to resolve this but its above my expertise... hoping you can help!
dev.config - Copy.txt DateInput - Copy.txt EnquiryForm - Copy.txt client - Copy.txt