UNPKG

@angular-devkit/build-webpack

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