Skip to content

1.8.0

Compare
Choose a tag to compare
@lahmatiy lahmatiy released this 10 Aug 15:02
· 84 commits to master since this release
  • Implemented JavaScript bundle mode for build
    • New option --js-bundle to produce a JavaScript bundle with optional argument format (currently js or json)
    • 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 to format)
  • Implemented symlink feature and addSymlink() method for plugin API
  • Fixed plugin relative paths processing