thomasboyt / react-pikaday

A React component wrapper around Pikaday
111 stars 31 forks source link

Browserify support #6

Closed srlindemann closed 10 years ago

srlindemann commented 10 years ago

I tried to browserify a project that used react-pikaday, and found that the jsx was not being transformed. In order for module dependencies to be transformed, they need to specify the appropriate transformations in their package.json file.

thomasboyt commented 10 years ago

thanks!