Closed mgibeau closed 9 years ago
Looks like a great idea :)
@mgibeau I've released the fix in v1.0.4. Thanks for the PR!
@pocotan001 It seems the release is not correctly tagged, I'm not getting the latest changes from npm
@mgibeau Just fixed that. Sorry for the mistake, and thanks for the report.
By default browserify doesn't handle
.jsx
files, so I was getting errors on imports without using the extension, this fixed it.Added tests and documentation, let me know if anything's missing.