Skip to content

Commit

Permalink
fix(cli): 修复 sass 配置校验,close #6745 (#6765)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen-jj authored Jun 23, 2020
1 parent 2c2dc31 commit 2c966a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taro-cli/src/doctor/configSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const schema = Joi.object().keys({
resource: Joi.alternatives(Joi.array(), Joi.string()),
projectDirectory: Joi.string(),
data: Joi.string()
}),
}).unknown(),

h5: Joi.object().keys({
devServer: Joi.object(), // 第三方配置
Expand Down

0 comments on commit 2c966a1

Please sign in to comment.