tessl install tessl/npm-workbox-webpack-plugin@7.3.0A plugin for your Webpack build process, helping you generate a manifest of local files that workbox-sw should precache.
Agent Success
Agent success rate when using this tile
80%
Improvement
Agent success rate improvement when using this tile compared to baseline
1.19x
Baseline
Agent success rate without this tile
67%
Ensure the service worker build setup handles output paths and build-time reporting reliably across webpack environments.
/app/dist and destination /tmp/custom-sw.js, the emitted service worker ends up under dist/custom-sw.js without writing to /tmp. @test@generates
export interface SwBuildOptions {
swSrc?: string;
swDest: string;
logLevel?: "summary" | "silent";
}
export function attachServiceWorkerBuild(
compiler: import("webpack").Compiler,
options: SwBuildOptions
): void;Integrates service worker generation into webpack builds, including manifest creation and build-time logging.