1.8.0
- Implemented JavaScript bundle mode for
build
- New option
--js-bundle
to produce a JavaScript bundle with optional argumentformat
(currentlyjs
orjson
) - New option
--js-bundle-name
to set a custom base name for bundle file (makes sense when--js-bundle
is using, extension is choosing according toformat
)
- New option
- Implemented symlink feature and
addSymlink()
method for plugin API - Fixed plugin relative paths processing