UNPKG

@serwist/webpack-plugin

Version:

A plugin for your webpack build process, helping you generate a manifest of local files that should be precached.

9 lines 237 B
import type { Asset } from "webpack"; /** * @param asset * @returns The MD5 hash of the asset's source. * * @private */ export declare const getAssetHash: (asset: Asset) => string | null; //# sourceMappingURL=get-asset-hash.d.ts.map