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