UNPKG

182 BTypeScriptView Raw
1/**
2 * Webpack Dev-Server Builder schema for Architect.
3 */
4export interface Schema {
5 /**
6 * The path to the Webpack configuration file.
7 */
8 webpackConfig: string;
9}