UNPKG

workbox-webpack-plugin

Version:

A plugin for your Webpack build process, helping you generate a manifest of local files that workbox-sw should precache.

3 lines (2 loc) 156 B
import { Compilation } from 'webpack'; export declare function getScriptFilesForChunks(compilation: Compilation, chunkNames: Array<string>): Array<string>;