UNPKG

@nx-plus/vue

Version:
25 lines (24 loc) 583 B
export interface BrowserExecutorSchema { mode: string; dest: string; clean: boolean; report: boolean; reportJson: boolean; skipPlugins?: string; watch: boolean; index: string; main: string; tsConfig: string; publicPath: string; filenameHashing: boolean; productionSourceMap: boolean; css: { // eslint-disable-next-line @typescript-eslint/ban-types extract: boolean | object; sourceMap: boolean; // eslint-disable-next-line @typescript-eslint/ban-types loaderOptions: object; }; stdin: boolean; transpileDependencies: string[]; }