UNPKG

@angular-devkit/build-webpack

Version:
10 lines (9 loc) 169 B
/** * Webpack Builder schema for Architect. */ export type Schema = { /** * The path to the Webpack configuration file. */ webpackConfig: string; };