fix: windicss 配置检测

This commit is contained in:
winixt 2021-11-30 18:04:21 +08:00
parent b86e2a73a9
commit c9ced7e1b8

View File

@ -7,6 +7,9 @@ export default (api) => {
api.describe({
key: 'windicss',
config: {
schema(joi) {
return joi.object();
},
default: {}
}
});