Skip to content

v1.5.0

Choose a tag to compare

@yyclaw yyclaw released this 19 Nov 13:22
· 18 commits to master since this release

Changelog

  1. Supports custom offline-package config out of package.json
  2. Supports custom offline-package path in tar file
"subapp": {
  "id": "hello-world",
  "filename": "[id]_[version]_[random]",
+ "rootPath": "foo/bar/[id]",
},