export interface FlatCliOptions { /** * Visualize size of webpack output files with an interactive zoomable treemap. * * With build mode `production` only * * This Configuration take effect only during the build phase * * @default false */ analyzer?: boolean; }