mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-08-15 00:29:48 +08:00
11 lines
198 B
JavaScript
11 lines
198 B
JavaScript
export default (api) => {
|
|
api.describe({
|
|
key: 'extraPostCSSPlugins',
|
|
config: {
|
|
schema(joi) {
|
|
return joi.array();
|
|
},
|
|
},
|
|
});
|
|
};
|