mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-11-30 02:37:52 +08:00
fix: windicss 配置检测
This commit is contained in:
parent
b86e2a73a9
commit
c9ced7e1b8
@ -7,6 +7,9 @@ export default (api) => {
|
||||
api.describe({
|
||||
key: 'windicss',
|
||||
config: {
|
||||
schema(joi) {
|
||||
return joi.object();
|
||||
},
|
||||
default: {}
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user