@angular-devkit/build-webpack
- Version 0.2100.2
- Published
- 34.5 kB
- 2 dependencies
- MIT license
Install
npm i @angular-devkit/build-webpackyarn add @angular-devkit/build-webpackpnpm add @angular-devkit/build-webpackOverview
Webpack Builder for Architect
Index
Functions
function runWebpack
runWebpack: ( config: webpack.Configuration, context: BuilderContext, options?: { logging?: WebpackLoggingCallback; webpackFactory?: WebpackFactory; shouldProvideStats?: boolean; }) => Observable<any>;function runWebpackDevServer
runWebpackDevServer: ( config: webpack.Configuration, context: BuilderContext, options?: { shouldProvideStats?: boolean; devServerConfig?: WebpackDevServer.Configuration; logging?: WebpackLoggingCallback; webpackFactory?: WebpackFactory; webpackDevServerFactory?: WebpackDevServerFactory; }) => Observable<any>;Interfaces
interface EmittedFiles
interface EmittedFiles {}interface WebpackFactory
interface WebpackFactory {}call signature
(config: webpack.Configuration): | Observable<webpack.Compiler | null> | webpack.Compiler | null;interface WebpackLoggingCallback
interface WebpackLoggingCallback {}call signature
(stats: webpack.Stats, config: webpack.Configuration): void;Type Aliases
type BuildResult
type BuildResult = BuilderOutput & { emittedFiles?: EmittedFiles[]; webpackStats?: webpack.StatsCompilation; outputPath: string;};type DevServerBuildOutput
type DevServerBuildOutput = BuildResult & { port: number; family: string; address: string;};type WebpackBuilderSchema
type WebpackBuilderSchema = RealWebpackBuilderSchema;type WebpackDevServerFactory
type WebpackDevServerFactory = typeof WebpackDevServer;Package Files (4)
Dependencies (2)
Dev Dependencies (0)
No dev dependencies.
Peer Dependencies (2)
Badge
To add a badge like this oneto your package's README, use the codes available below.
You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/@angular-devkit/build-webpack.
- Markdown[](https://www.jsdocs.io/package/@angular-devkit/build-webpack)
- HTML<a href="https://www.jsdocs.io/package/@angular-devkit/build-webpack"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 3179 ms. - Missing or incorrect documentation? Open an issue for this package.
