Releases: cabify/package-build-javascript
Releases · cabify/package-build-javascript
v0.1.2-beta.1
0.1.2-beta.1
0.1.2-beta.0
Changed
- Use typescript 5.
0.1.1
0.1.0
Added
- Allow defining typescript project with
-p
parameter to define a differenttsconfig.ts
file. p.eg:package-build -p tsconfig.build.json
. This is useful to have atsconfig.json
in the root to allow IDE and library implementation to get a project file including files even if they won't be included in the NPM package (.spec, .test, .stories). Otherwise, a project including these files will transform every file defined, even those not desired in the final bundle, not only forcing to exclude them explicitly but increasing compilation times and errors. By defaulttsconfig.json
will be used as it usually does.
0.0.3-beta.2
v0.0.3-beta.2 0.0.3-beta.2
v0.0.3-beta.0
Fixed
- Type definition generation errors now stop the package compilation process.