UNPKG

@lynx-js/template-webpack-plugin

Version:

Simplifies creation of Lynx template files to serve your webpack bundles

5 lines (4 loc) 286 B
import type { RuntimeModule } from 'webpack'; type LynxAsyncChunksRuntimeModule = new (getChunkName: (chunkName: string) => string) => RuntimeModule; export declare function createLynxAsyncChunksRuntimeModule(webpack: typeof import('webpack')): LynxAsyncChunksRuntimeModule; export {};