|
@@ -22,7 +22,7 @@ export interface SemiWebpackPluginOptions {
|
|
webpackContext?: WebpackContext;
|
|
webpackContext?: WebpackContext;
|
|
extractCssOptions?: ExtractCssOptions;
|
|
extractCssOptions?: ExtractCssOptions;
|
|
overrideStylesheetLoaders?: (loaders: any[]) => any[];
|
|
overrideStylesheetLoaders?: (loaders: any[]) => any[];
|
|
- webComponentPath?: string | RegExp
|
|
|
|
|
|
+ webComponentPath?: boolean | RegExp
|
|
}
|
|
}
|
|
|
|
|
|
export interface SemiThemeOptions {
|
|
export interface SemiThemeOptions {
|