Closed cymen closed 9 years ago
npm run build
I believe this follows the best practices with published React components in that the JavaScript that the main key of package.json points to is compiled JSX.
main
Sorry about the super-long delay on this; went ahead and implemented this using Babel in https://github.com/thomasboyt/react-pikaday/commit/4fd68a149dbc62ff6af79dd8c2aa64c83aa73374 and it's now in v0.3.1 on NPM :)
v0.3.1
npm run build
)I believe this follows the best practices with published React components in that the JavaScript that the
main
key of package.json points to is compiled JSX.