v1.2.0
Changelog
- Remove biz-app logic, this feature is no longer useful for new local site
- Change
apfe inittoapfe create - Remove
apfe pack initandapfe pack build - Adjust offline-package config into package.json
"subapp": {
"id": "hello-world",
"includes": [
"./dist/**/*"
],
"ignores": [
"./dist/**/*.md",
"./dist/**/*.map"
]
},