UNPKG

@serwist/webpack-plugin

Version:

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

6 lines 444 B
import { InjectManifest } from "./inject-manifest.js"; import type { InjectManifestOptions, InjectManifestOptionsComplete, WebpackPartial, WebpackResolved } from "./lib/types.js"; import { validateInjectManifestOptions } from "./lib/validator.js"; export { InjectManifest, validateInjectManifestOptions }; export type { InjectManifestOptions, InjectManifestOptionsComplete, WebpackPartial, WebpackResolved }; //# sourceMappingURL=index.d.ts.map