mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-12-15 10:00:46 +08:00
15 lines
302 B
TypeScript
15 lines
302 B
TypeScript
|
|
|
|
declare module '@fesjs/fes' {
|
|
interface PluginBuildConfig {
|
|
sass?:
|
|
| {
|
|
implementation: any;
|
|
sassOptions: object;
|
|
sourceMap: boolean;
|
|
webpackImporter: boolean;
|
|
}
|
|
| false;
|
|
}
|
|
}
|