export interface BrowserExecutorSchema {
  bundleAnalyzer: boolean;
  outputPath: string;
  minify: boolean;
}
