- Fixes a minor bug in a recursive call on Windows machines (#17)
- Fixes a minor bug in source-maps
- Introduces new arguments in CLI:
--outDir
or-o
is a relative path to project to emit the result (e.g:--outDir ./build
)--noClean
or-k
turns off cleaning bundle directory--noPkgValidation
or-g
turns off validating package--noDepsValidation
or-d
turns off validating dependency packages
- Fixes LessCompiler issue not being able to resolve URL starting with tilde (#10)
- Fixes small bug in merging original tsconfig to compiler configuration (#9)
- Fixes small bug in CLI
- Fixes some minor issues
- Forces greater v6.5.0 of node as engine
- Commented import/export statements reports incorrectly (#7)
- Comments in template of Angular components breaks the process (#5)
- Finds external modules automatically (#3)