UNPKG

piral-cli-webpack5

Version:

Provides debug and build capabilities for pilets and Piral instances using Webpack v5.

4 lines (3 loc) 216 B
import * as webpack from 'webpack'; import type { LogLevels, BundleHandlerResponse } from 'piral-cli'; export declare function runWebpack(wpConfig: webpack.Configuration, logLevel: LogLevels): BundleHandlerResponse;