Skip to content

Commit

Permalink
Merge branch 'next' into fix/components
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyadam authored Dec 3, 2020
2 parents 6015e49 + 4e58ed0 commit 55f4f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taro-cli/src/presets/platforms/weapp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default (ctx: IPluginContext) => {

// 生成 project.config.json
ctx.generateProjectConfig({
srcConfigName: 'project.config.json',
srcConfigName: config.projectConfigName || 'project.config.json',
distConfigName: 'project.config.json'
})

Expand Down

0 comments on commit 55f4f25

Please sign in to comment.