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
creates a new Webpack runner
- Assembly
- Cake
.Webpack .dll - Namespace
- Cake
.Webpack - Containing Type
- WebpackRunner
<TSettings>
Syntax
protected WebpackRunner(IFileSystem fileSystem, ICakeEnvironment environment, IProcessRunner processRunner, IToolLocator tools)
Parameters
Name | Type | Description |
---|---|---|
fileSystem | IFileSystem | the file system |
environment | ICakeEnvironment | The cake environment |
processRunner | IProcessRunner | The cake process runner |
tools | IToolLocator | The tools locator |
Return Value
Type | Description |
---|---|
void |