This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Webpack.
Summary
Get a Webpack local runner based on a local Webpack installation, a local installation is achieved through `npm install Webpack`
- Assembly
- Cake
.Webpack .dll - Namespace
- Cake
.Webpack - Containing Type
- WebpackRunnerFactory
Syntax
public void Local(Action<WebpackLocalRunnerSettings> configure = null)
Parameters
Name | Type | Description |
---|---|---|
configure | Action |
Return Value
Type | Description |
---|---|
void |