UNPKG

@nx/rollup

Version:

The Nx Plugin for Rollup contains executors and generators that support building applications using Rollup.

7 lines 300 B
import type { Loader, PostCSSLoaderOptions } from './types'; /** * PostCSS loader - processes CSS through PostCSS plugins * This loader always runs last in the chain */ export declare function createPostCSSLoader(options: PostCSSLoaderOptions): Loader; //# sourceMappingURL=postcss-loader.d.ts.map