mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
fix: windicss 配置检测
This commit is contained in:
parent
22230a5c66
commit
4ffb6a36e0
@ -7,6 +7,9 @@ export default (api) => {
|
|||||||
api.describe({
|
api.describe({
|
||||||
key: 'windicss',
|
key: 'windicss',
|
||||||
config: {
|
config: {
|
||||||
|
schema(joi) {
|
||||||
|
return joi.object();
|
||||||
|
},
|
||||||
default: {}
|
default: {}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user