Releases: basisjs/basisjs-tools-build
Releases · basisjs/basisjs-tools-build
1.12.2
- Fixed data URI inlining to inline SVG resources
- Fixed infinite recursion on CSS minification
1.12.1
- Fixed issue with
mime
that breaks a build
1.12.0
- Replaced
uglify-js
to uglify-es
- Added posibility to config JavaScript minifier with
--js-pack-config
CLI option or jsPackConfig
field in config file
- Fixed exception handling when command run in child process and exception is connected with dependencies
- Update dependencies
1.11.4
- Fixed issue with CLI (
clap
bumped to ^1.2.3
)
1.11.3
- Update
basis.resource
with non-string argument exception such way, that it works with relative paths as well as namespace basis paths (@istrel, #26)
- Minor fixes
1.11.2
- Fixed build issue when
--js-pack
is used
1.11.0
- Migrated to ESTree AST format for JavaScript. Many thanks to @smelukov for awesome work to make it happen.
1.10.3
- Fixed option processing that takes several values, i.e.
--theme
and --ignore-warnings
(@smelukov, #21)