Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove EventEmitter from roslib.js bundle
I'm not sure why, but EventEmitter is included within roslib.js. It should be a dependency according to all the readmes. This change excludes it from the bundle. | name | roslib.js | roslib.min.js | |------|-----------|---------------| | old | 132K | 53K | | new | 107K | 42K |
- Loading branch information