Skip to content

update: 百度小程序build关闭jsuglify,生成 .frameworkinfo 文件记录当前mpvue版本信息 #56

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 28, 2018

Conversation

hucq
Copy link
Contributor

@hucq hucq commented Dec 28, 2018

No description provided.

@hucq hucq requested a review from ShiningDan December 28, 2018 09:28
@hucq
Copy link
Contributor Author

hucq commented Dec 28, 2018

功能:

该功能将在执行 百度小程序构建的时候,在项目根目录和dist目录分别生成一份配置文件,用于辅助百度小程序排查问题,内容形如:

{
    "toolName": "mpvue",
    "toolFrameWorkVersion":"1.0.14-1",
    "toolCliVersion":"0.0.4",
    "createTime":1545987718972
}

字段含义解释:

  • "toolName" 框架名称
  • "toolFrameWorkVersion" 框架版本号
  • "toolCliVersion" 模板工程版本号
  • "createTime" 构建时间

@hucq hucq merged commit ca3c780 into master Dec 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant