Skip to content

v1.4.0

Choose a tag to compare

@yyclaw yyclaw released this 31 Aug 12:32
· 28 commits to master since this release
a986793

Changelog

Supports custom offline-package filename

"subapp": {
  "id": "hello-world",
  "filename": "[id]_[version]_[random]",
  "includes": [
    "./dist/**/*"
  ],
  "ignores": [
    "./dist/**/*.md",
    "./dist/**/*.map"
  ]
},
  • [id]: pkg.subapp.id
  • [version]: pkg.version
  • [random]: last commit short hash