Releases: ivogabe/small
Releases · ivogabe/small
v0.2.9 - Fix case-sensitivity issue
v0.2.8 - Fix Windows subdirectories issue
Fix forward slash issues with subdirectories on Windows. Prior to this fix, a file a/b
could be added twice to the bundle, namely as a/b
and a\b
. This could cause some issues with Angular2.
v0.2.7 - Fix Windows path issues
Version 0.2.7
v0.2.4 - Support json files and browser field in package.json
- Support
.json
files - Support
browser
field inpackage.json
- Various fixes for edge cases
v0.2.3 - Bug fix
Fixes imports that are directly exported (module.exports = require('foo');
)
v0.2.0 - Circular dependencies & performance
- Support for circular dependencies
- Various improvements, including performance
v0.1.0 - Initial release
Initial commit