Skip to content

v1.3.0

Choose a tag to compare

@yyclaw yyclaw released this 31 Aug 05:39
· 34 commits to master since this release

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]: [a-z0-9]{6}