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