ILocalBundling
- Implemented By: ILocalBundling
Local bundling.
Methods
Name | Description |
---|---|
tryBundle |
This method is called before attempting docker bundling to allow the bundler to be executed locally. |
tryBundle
public tryBundle(outputDir: string, options: BundlingOptions): boolean
This method is called before attempting docker bundling to allow the bundler to be executed locally.
If the local bundler exists, and bundling
was performed locally, return true
. Otherwise, return false
.
- Type: string
the directory where the bundled asset should be output.
- Type: BundlingOptions
bundling options for this asset.