source: trip-planner-front/node_modules/@angular-devkit/build-webpack/src/webpack-dev-server/schema.d.ts@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 182 bytes
Line 
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}
Note: See TracBrowser for help on using the repository browser.