首頁 > purgecss > 選項 > sourceMap

Options.sourceMap 屬性

簽章

sourceMap: boolean | (postcss.SourceMapOptions & {
        to?: string;
    });