UNPKG

@nx/rspack

Version:

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

8 lines (7 loc) 200 B
export interface HashFormat { chunk: string; extract: string; file: string; script: string; } export declare function getOutputHashFormat(option: string, length?: number): HashFormat;