UNPKG

@nx/rspack

Version:

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

10 lines (9 loc) 180 B
export declare function getCopyPatterns(assets: any[]): { context: any; to: any; from: any; globOptions: { ignore: any[]; dot: boolean; }; }[];